/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme {
    :root,:host {
        --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
        --spacing: .25rem;
        --default-font-family: var(--font-sans);
        --default-mono-font-family: var(--font-mono)
    }
}

@layer base {
#contents .new_css{
    *,:after,:before,::backdrop {
        box-sizing: border-box;
        border: 0 solid;
        margin: 0;
        padding: 0
    }

    ::file-selector-button {
        box-sizing: border-box;
        border: 0 solid;
        margin: 0;
        padding: 0
    }
    html,: host {
        -webkit-text-size-adjust:100%;
        tab-size: 4;
        line-height: 1.5;
        font-family: var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
        font-feature-settings: var(--default-font-feature-settings,normal);
        font-variation-settings: var(--default-font-variation-settings,normal);
        -webkit-tap-highlight-color: transparent
    }

    hr {
        height: 0;
        color: inherit;
        border-top-width: 1px
    }

    abbr: where([title]) {
        -webkit-text-decoration:underline dotted;
        text-decoration: underline dotted
    }

    h1,h2,h3,h4,h5,h6 {
        font-size: inherit;
        font-weight: inherit
    }

    a {
        color: inherit;
        -webkit-text-decoration: inherit;
        -webkit-text-decoration: inherit;
        -webkit-text-decoration: inherit;
        -webkit-text-decoration: inherit;
        text-decoration: inherit
    }

    b,strong {
        font-weight: bolder
    }

    code,kbd,samp,pre {
        font-family: var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
        font-feature-settings: var(--default-mono-font-feature-settings,normal);
        font-variation-settings: var(--default-mono-font-variation-settings,normal);
        font-size: 1em
    }

    small {
        font-size: 80%
    }

    sub,sup {
        vertical-align: baseline;
        font-size: 75%;
        line-height: 0;
        position: relative
    }

    sub {
        bottom: -.25em
    }

    sup {
        top: -.5em
    }

    table {
        text-indent: 0;
        border-color: inherit;
        border-collapse: collapse
    }

    :-moz-focusring {
        outline: auto
    }

    progress {
        vertical-align: baseline
    }

    summary {
        display: list-item
    }

    ol,ul,menu {
        list-style: none
    }

    canvas,audio,iframe,embed,object {
        vertical-align: middle;
        display: block
    }

    img,video {
        max-width: 100%;
        height: auto
    }

    button,input,select,optgroup,textarea {
        font: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        letter-spacing: inherit;
        color: inherit;
        opacity: 1;
        background-color: #0000;
        border-radius: 0
    }

    ::file-selector-button {
        font: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        letter-spacing: inherit;
        color: inherit;
        opacity: 1;
        background-color: #0000;
        border-radius: 0
    }

    :where(select: is([multiple],[size])) optgroup {
        font-weight:bolder
    }

    :where(select: is([multiple],[size])) optgroup option {
        padding-inline-start:20px
    }

    ::file-selector-button {
        margin-inline-end:4px}

    ::placeholder {
        opacity: 1
    }

    @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size:1px) {
        ::placeholder {
            color:currentColor
        }

        @supports (color: color-mix(in lab, red, red)) {
            ::placeholder {
                color:color-mix(in oklab, currentcolor 50%, transparent)
            }
        }
    }

    textarea {
        resize: vertical
    }

    ::-webkit-search-decoration {
        -webkit-appearance: none
    }

    ::-webkit-date-and-time-value {
        min-height: 1lh;
        text-align: inherit
    }

    ::-webkit-datetime-edit {
        display: inline-flex
    }

    ::-webkit-datetime-edit-fields-wrapper {
        padding: 0
    }

    ::-webkit-datetime-edit {
        padding-block:0}

    ::-webkit-datetime-edit-year-field {
        padding-block:0}

    ::-webkit-datetime-edit-month-field {
        padding-block:0}

    ::-webkit-datetime-edit-day-field {
        padding-block:0}

    ::-webkit-datetime-edit-hour-field {
        padding-block:0}

    ::-webkit-datetime-edit-minute-field {
        padding-block:0}

    ::-webkit-datetime-edit-second-field {
        padding-block:0}

    ::-webkit-datetime-edit-millisecond-field {
        padding-block:0}

    ::-webkit-datetime-edit-meridiem-field {
        padding-block:0}

    ::-webkit-calendar-picker-indicator {
        line-height: 1
    }

    :-moz-ui-invalid {
        box-shadow: none
    }

    button,input: where([type=button],[type=reset],[type=submit]) {
        appearance:button
    }

    ::file-selector-button {
        appearance: button
    }

    ::-webkit-inner-spin-button {
        height: auto
    }

    ::-webkit-outer-spin-button {
        height: auto
    }

    [hidden]: where(:not([hidden=until-found])) {
        display:none!important
    }
}
}

@layer components;@layer utilities {
#contents .new_css{
    .visible {
        visibility: visible
    }

    .relative {
        position: relative
    }

    .start {
        inset-inline-start: var(--spacing)
    }

    .table {
        display: table
    }

    .antialiased {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }
}
}

:root {
    --ink: #3a302a;
    --navy: #4a352b;
    --blue: #8a6a58;
    --greige: #9a887b;
    --paper: #faf8f4;
    --sand: #eee9e2;
    --line: #d8d1c8;
    --serif: "Yu Mincho","Hiragino Mincho ProN",serif;
    --sans: "Yu Gothic","Hiragino Kaku Gothic ProN",sans-serif
}
#contents .new_css{

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    background: var(--paper);
    color: var(--ink);
    font-family: var(--sans);
    letter-spacing: .04em;
    margin: 0
}

a {
    color: inherit;
    text-decoration: none
}

.utility {
    text-align: right;
    height: 24px;
    color: var(--navy);
    padding: 7px 5vw 0;
    font-size: 10px
}

.navWrap {
    border-bottom: 1px solid #d9d2c9;
    align-items: center;
    height: 81px;
    padding: 0 5vw;
    display: flex
}

.logo {
    color: #6b4d3f;
    flex-direction: column;
    width: 230px;
    display: flex
}

.logo b {
    letter-spacing: .16em;
    font: 30px Georgia,serif
}

.logo span {
    letter-spacing: .24em;
    color: var(--navy);
    font: 9px Georgia,serif
}

.navWrap nav {
    height: 81px;
    margin-left: auto;
    display: flex
}

.navWrap nav a {
    text-align: center;
    min-width: 100px;
    font: 13px var(--serif);
    padding: 20px 18px
}

.navWrap nav small {
    color: var(--navy);
    margin-top: 7px;
    font: 10px Georgia,serif;
    display: block
}

.navWrap nav .active {
    background: var(--greige);
    color: #fff
}

.navWrap nav .active small {
    color: #fff
}

.miniContact {
    border: 1px solid var(--navy);
    margin-left: 20px;
    padding: 13px 18px;
    font-size: 11px
}

.hero {
    background: #e9e4de;
    grid-template-columns: 43% 57%;
    min-height: 670px;
    display: grid
}

.heroCopy {
    padding: 115px 1vw 80px 2vw
}

.en {
    letter-spacing: .27em;
    color: var(--blue);
    align-items: center;
    gap: 15px;
    margin: 0 0 30px;
    font: 12px Georgia,serif;
    display: flex
}

.en:before {
    content: "";
    background: currentColor;
    width: 35px;
    height: 1px
}

.hero h1, h2 {
    font-family: var(--serif) !important;
    letter-spacing: .08em;
    margin: 0;
    font-weight: 400;
    line-height: 1.6;
	background:none !important;
	border:none !important;
	color:var(--ink);
	padding:0;
	text-align:left;
}

.hero h1 {
    font-size: 52px
}

.hero h1 em {
    color: #8a6a58;
    font-style: normal
}

.lead {
    font: 15px/2.1 var(--serif);
    color: #5b5b59;
    max-width: 440px;
    margin: 30px 0 36px
}

.btn {
    justify-content: center;
    min-width: 190px;
    padding: 17px 26px;
    font-size: 14px;
    display: inline-flex
}

.dark {
    background: var(--navy);
    color: #fff
}

.linkBtn {
    border-bottom: 1px solid #998d84;
    margin-left: 25px;
    padding: 12px 0;
    font-size: 11px;
    display: inline-block
}

.heroImg {
    background: url(../pic/hotel-restaurant/hotel_1.png) 50%/cover no-repeat;
    position: relative
}

.heroImg:after {
    content: "";
    background: linear-gradient(90deg,#e9e4de1f,#0000 30%),linear-gradient(#0000 70%,#37261e47);
    position: absolute;
    inset: 0
}

.heroImg>span {
    z-index: 2;
    color: #fff;
    text-align: right;
    letter-spacing: .18em;
    flex-direction: column;
    font: 9px Georgia,serif;
    display: flex;
    position: absolute;
    bottom: 25px;
    right: 35px
}

.heroImg b {
    font-size: 22px
}

.intro,.services,.strength,.process {
    padding: 110px 2vw
}

.intro {
    background: #fcfbf8
}

.intro h2,.sectionHead h2,.annual h2,.strength h2,.process h2,.contact h2 {
    font-size: 36px
}

.intro_grid{
	display: grid;
    grid-template-columns: 1fr 1fr;
}
}
@media (width <= 560px) {
	#contents .new_css .intro_grid{
    	grid-template-columns:1fr;
	}
}
#contents .new_css{

.twoCol {
    grid-template-columns: 1fr;
    gap: 8vw;
    display: grid
}

.twoCol p {
    font: 16px/2.2 var(--serif);
    color: #555;
    margin: 0
}

.services {
    background: var(--sand)
}

.sectionHead {
    justify-content: space-between;
    align-items: end;
    max-width: 1150px;
    margin: auto;
    display: flex
}

.sectionHead>p {
    font: 15px/2 var(--serif);
    color: #666
}

.cards {
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
    max-width: 1150px;
    margin: 55px auto 0;
    display: grid
}

.cards article {
    border-top: 3px solid var(--blue);
    background: #fcfbf8;
    flex-direction: column;
    min-height: 470px;
    padding: 34px 30px 30px;
    display: flex;
    box-shadow: 0 10px 30px #3b35300a
}

.cardTop {
    color: #a18777;
    justify-content: space-between;
    display: flex
}

.cardTop span {
    font: 26px Georgia,serif
}

.cardTop small {
    letter-spacing: .15em;
    color: var(--navy);
    font: 10px Georgia,serif
}

.cards h3 {
    font: 19px/1.6 var(--serif);
    margin: 25px 0 5px;
    font-weight: 400;
	color:#333;
	border:none;
	background:none;
	padding:0;
}

.price {
    font: 21px var(--serif);
    color: #765746
}

.price small {
    font-size: 10px
}

.desc {
    font: 14px/2 var(--serif);
    color: #666;
    min-height: 100px
}

.items {
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    padding: 16px 0;
    font-size:13px;
    line-height: 2.2
}

.cards a {
    margin-top: auto;
    padding-top: 18px;
    font-size:13px
}

.cards a span {
    float: right
}

.note {
    max-width: 1150px;
    color: var(--navy);
    margin: 18px auto 0;
    font-size:12px
}

.annual {
    color: #fff;
    background: #5a4034;
    grid-template-columns: 1fr 1fr;
    min-height: 610px;
    display: grid
}

.detailImg {
    background: url(../pic/hotel-restaurant/hotel_2.png) 50%/cover no-repeat
}

.annualCopy {
    padding: 95px 3vw 75px 2vw
}

.light {
    color: #e4d5c9
}

.annualCopy>p:not(.en) {
    font: 13px/2.2 var(--serif);
    color: #f0e6de;
    margin: 30px 0
}

.annualMeta {
    border-top: 1px solid #fff5;
    border-bottom: 1px solid #fff5;
    flex-direction: column;
    gap: 8px;
    margin: 28px 0;
    padding: 22px 0;
    display: flex
}

.annualMeta b {
    font: 23px var(--serif)
}

.annualMeta span {
    font-size: 13px
}

.pale {
    color: var(--navy);
    background: #f4f0eb
}

.strength {
    background: #fcfbf8
}

.strengthGrid {
    border-block:1px solid var(--line);grid-template-columns: repeat(3,1fr);
    max-width: 1150px;
    margin: 55px auto 0;
    display: grid
}

.strengthGrid article {
    border-right: 1px solid var(--line);
    padding: 40px 38px
}

.strengthGrid article:last-child {
    border: 0
}

.strengthGrid span,.processGrid span {
    color: #a48775;
    font: 20px Georgia,serif
}

.strengthGrid h3,.processGrid h3 {
    font: 18px var(--serif);
    font-weight: 400
}

.strengthGrid p,.processGrid p {
    font: 14px/2 var(--serif);
    color: #666
}

.process {
    background: var(--sand)
}

.process>.en,.process>h2 {
    max-width: 1150px;
    margin-left: auto;
    margin-right: auto
}

.processGrid {
    grid-template-columns: repeat(4,1fr);
    max-width: 1150px;
    margin: 50px auto 0;
    display: grid
}

.processGrid article {
    border-top: 1px solid #93877e;
    border-right: 1px solid #d5cec6;
    padding: 28px
}

.contact {
    text-align: center;
    color: #fff;
    background: linear-gradient(#34221b5c,#34221b70),url(../pic/hotel-restaurant/hotel_3.png) 50%/cover no-repeat;
    padding: 110px 20px
}

.contact .en {
    justify-content: center
}

.contact .en:before {
    display: none
}

.contact>p:not(.en) {
    font: 15px/2 var(--serif);
    color: #eadfd6;
    margin: 25px 0 35px
}
}
@media (width<=900px) {
#contents .new_css{
    .navWrap nav {
        display: none
    }

    .miniContact {
        margin-left: auto
    }

    .hero {
        grid-template-columns: 1fr;
        min-height: 850px
    }

    .heroCopy {
        padding: 70px 8vw
    }

    .heroImg {
        min-height: 360px
    }

    .twoCol {
        margin-left: 0
    }

    .cards {
        grid-template-columns: 1fr
    }

    .cards article {
        min-height: auto
    }

    .annual {
        grid-template-columns: 1fr
    }

    .detailImg {
        min-height: 360px
    }

    .strengthGrid {
        grid-template-columns: 1fr
    }

    .strengthGrid article {
        border-right: 0;
        border-bottom: 1px solid var(--line)
    }

    .processGrid {
        grid-template-columns: 1fr 1fr
    }
}
}

@media (width<=560px) {
#contents .new_css{
    .utility {
        display: none
    }

    .navWrap {
        height: 82px;
        padding: 0 20px
    }

    .logo {
        width: auto
    }

    .logo b {
        font-size: 24px
    }

    .miniContact {
        padding: 11px;
        font-size: 9px
    }

    .hero h1 {
        font-size: 35px
    }

    .linkBtn {
        margin: 14px 0 0
    }

    .intro,.services,.strength,.process {
        padding: 75px 7vw
    }

    .intro h2,.sectionHead h2,.annual h2,.strength h2,.process h2,.contact h2 {
        font-size: 28px
    }

    .twoCol {
        grid-template-columns: 1fr
    }

    .sectionHead {
        display: block
    }

    .annualCopy {
        padding: 70px 8vw
    }

    .processGrid {
        grid-template-columns: 1fr
    }
}
}
