@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@font-face {
        font-family: "Hiragino Kaku Gothic Std";
        src: url("../fonts/hiragino-kaku-gothic-std/hiragino-kaku-gothic-std.woff2") format("woff2"), url("../fonts/hiragino-kaku-gothic-std/hiragino-kaku-gothic-std.woff") format("woff"),
        url("../fonts/hiragino-kaku-gothic-std/hiragino-kaku-gothic-std.otf") format("opentype");
}
@font-face {
    font-family: "Makinas";
    src: url("../fonts/makinas/makinas.woff2") format("woff2"), url("../fonts/makinas/makinas.woff") format("woff"), url("../fonts/makinas/makinas.otf") format("opentype");
}
html {scroll-behavior: smooth;}
:root {
    --white: #ffffff;
    --black: #000000;
    --gray: #9d9d9d;
    --primary: #505550;
    --text-body: #4e4e4e;
}
body {
    margin: 0;
    padding: 0;
    font-size: 0.875rem;
    font-family: "Noto Sans JP", sans-serif;
    overflow-wrap: break-word;
    font-weight: 400;
    color: var(--text-body);
    overflow-x: hidden;
    line-height: 28px;
    position: relative;
    width: 100%;
    background: #f7f7f7;
}
a {
    transition: all 0.3s;
}
a:hover {
    opacity: 0.7;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    color: var(--black);
    letter-spacing: 1px;
}
h1 {
    font-size: 0.8rem;
}
h2 {
    font-size: 1.5625rem;
}
h3 {
    font-size: 1.25rem;
}
h4 {
    font-size: 1.125rem;
}
h5 {
    font-size: 1rem;
}
h6 {
    font-size: 0.875rem;
}
ul,
li {
    list-style: none;
}
img {
    max-width: 100%;
    vertical-align: bottom;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
html {
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}
body {
    margin: 0;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    letter-spacing: 1px;
}
[tabindex="-1"]:focus {
    outline: 0 !important;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
p {
    margin-top: 0;
    margin-bottom: 0rem;
}
abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -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,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
	padding: 0;
}
ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}
blockquote {
    margin: 0 0 1rem;
}
b,
strong {
    font-weight: bolder;
}
small {
    font-size: 80%;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
a {
    color: #000;
    text-decoration: none;
}
a:hover {
    opacity: 0.8;
}
a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
    outline: 0;
}
pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}
pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
}
figure {
    margin: 0;
    padding: 0;
}
img {
    vertical-align: middle;
    border-style: none;
    width: 100%;
}
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;
}
button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
select {
    word-wrap: normal;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}
textarea {
    overflow: auto;
    resize: vertical;
}
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,
[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;
}
.container,
.container-min {
    width: 100%;
    max-width: 1110px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}
.room,
.experience {
    padding: 20px 0;
}
@media (min-width: 48em) {
    .room,
    .experience {
        padding: 40px 0;
    }
}
.btn, button, input[type="button"], input[type="submit"] {
    display: inline-flex;
    transition: all 0.3s;
    font-size: .875rem;
    background: var(--primary);
    color: var(--white);
    line-height: 1.2;
    padding: 8px 20px 8px;
    min-width: 160px;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.btn span,
button span,
input[type="button"] span,
input[type="submit"] span {
    font-size: 0.5rem;
    display: block;
}
.btn:hover,
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
    opacity: 0.7;
}
.contact-btn {
    display: inline-flex;
    transition: all 0.3s;
    font-size: .875rem;
    background: var(--primary);
    color: var(--white);
    line-height: 1.2;
    padding: 10px 20px 10px;
    min-width: 140px;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.contact-btn span{
    font-size: 0.5rem;
    display: block;
}
.contact-btn:hover{
    opacity: 0.7;
}
.btn-outline {
    display: inline-block;
    text-align: center;
    transition: all 0.3s;
    font-size: 0.875rem;
    border: 1px solid var(--text-body);
    color: var(--text-body);
    padding: 10px 15px;
    min-height: 44px;
}
.btn-outline:hover {
    border-color: var(--primary);
    color: var(--primary);
}
.container-min {
    max-width: 910px;
}
.slick-slider .slick-list .slick-track .slick-slide {
    outline: none;
}
.slick-slider .slick-arrow {
    z-index: 10;
    top: 50%;
    transform: translate(0, -50%);
    width: 20px;
    height: 32px;
    min-width: auto;
    min-height: auto;
}
.slick-slider .slick-arrow::before {
    display: none;
}
.slick-slider .slick-arrow.slick-prev {
    background: url("../images/arrow-prev.png") no-repeat 50% 50% transparent;
    left: 20px;
}
.slick-slider .slick-arrow.slick-next {
    background: url("../images/arrow-next.png") no-repeat 50% 50% transparent;
    right: 20px;
}
.slick-slider.slider-arrow-outer .slick-arrow.slick-prev {
    left: -32px;
}
.slick-slider.slider-arrow-outer .slick-arrow.slick-next {
    right: -32px;
}
.section__heading {
    font-size: 1.5625rem;
    font-weight: 400;
    color: var(--black);
    font-weight: 500;
    text-align: center;
    margin-bottom: 5px;
    letter-spacing: 8px;
}
.section__sub-heading {
    font-size: 1.125rem;
    font-family: "Makinas";
    color: var(--gray);
    text-align: center;
    letter-spacing: 5px;
    margin-bottom: 5px;
}
.btn-readmore {
    padding-right: 25px;
    background: url("../images/arrow-right.png") no-repeat 100% 6px transparent;
    color: var(--text-body);
    line-height: 1.8;
}
.header {
    font-family: "Noto Sans JP", sans-serif;

}
.header__container {
    max-width: 1280px;
    padding: 0 15px;
    margin: 0 auto;
}
.room__expand p{
    font-size: 14px;
    line-height: 26px;
}
.room__expand--body li{
    font-size: 14px;
    line-height: 26px;
}
@media (min-width: 48em) {
    .header__container {
        padding: 0 30px;
    }
}
.header__top {
    background: #f7f7f7;
}
.header__top--inner {
    display: flex;
    align-items: center;
    margin: 0 -15px;
    position: relative;
    padding: 20px 45px 20px 0;
}
@media (min-width: 48em) {
    .header__top--inner {
        padding: 20.5px 0;
    }
}
.header__top--inner > div {
    flex-basis: 0;
    flex-grow: 1;
    padding: 0 5px;
}
.header__top--inner > div.header__top--left {
    text-align: left;
    display: none;
}
@media (min-width: 48em) {
    .header__top--inner > div.header__top--left {
        display: block;
        margin-bottom: 10px;
        font-weight: 500;
        font-size: 12px;
    }
}
@media (min-width: 48em) {
    .header__top--inner > div.header__logo {
        text-align: center;
    }
}
.header__top--inner > div.header__top--right {
    text-align: right;
    flex-grow: 0;
}
@media (min-width: 48em) {
    .header__top--inner > div.header__top--right {
        flex-grow: 1;
    }
}
.header__top--inner > div.header__top--right a {
    font-weight: 500;
    letter-spacing: 2px;
}
.header__top--inner > div.header__top--right a span {
    font-weight: initial;
}
.header__top--inner .btn-toogle {
    position: absolute;
    right: 19px;
    top: 50%;
    transform: translate(0, -50%);
    display: block;
    width: 19px;
    z-index: 2;
}
.header__top--inner .btn-toogle span {
    display: block;
    width: 100%;
    height: 2px;
    background: var(--black);
    margin-bottom: 6px;
    border-radius: 5px;
}
.header__top--inner .btn-toogle span:last-child {
    margin-bottom: 0;
}
@media (min-width: 48em) {
    .header__top--inner .btn-toogle {
        display: none;
    }
}
.header__nav {
    background: var(--white);
}
.header__nav nav {
    padding: 6px 0;
}
@media (min-width: 48em) {
    .header__nav nav {
        padding: 3.5px 0;
    }
}
.header__nav nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.header__nav nav ul li {
    display: inline-block;
    margin: 0;
}

.header__nav nav ul li a {
    color: var(--text-body);
    display: block;
    padding: 4px 5px;
    line-height: 1;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 2px;
}
@media (min-width: 1024px) {
    .header__nav nav ul li a {
        padding: 6px 25px;
    }
}
.header__nav nav ul li:first-child a{padding-left:0;}
.header__nav nav ul li:last-child a{padding-right:0;}
.header__nav nav ul li a:hover {
    opacity: 1;
    color: var(--primary);
}
.footer {
    padding: 80px 0 0;
    background: var(--white);
}
.footer__main {
    text-align: center;
    margin-bottom: 65px;
}
@media (min-width: 48em) {
    .footer__main {
        margin-bottom: 80px;
    }
}
.footer__logo {
    margin-bottom: 50px;
}
@media (max-width: 767px) {
    .footer__logo {
        width:40px;
    }
}
@media (min-width: 48em) {
    .footer__logo {
        margin-bottom: 75px;
    }
}
.footer__socials a {
    margin-right: 35px;
}
.footer__socials a:last-child {
    margin-right: 0;
}
.footer__nav {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 60px;
}
@media only screen and (min-width: 30em) {
    .footer__nav {
        grid-template-columns: 1fr 1fr;
    }
}
@media (min-width: 48em) {
    .footer__nav {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media only screen and (min-width: 61.25em) {
    .footer__nav {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}
.footer__nav--col h3 {
    font-size: 1.125rem;
    border-bottom: 1px solid var(--text-body);
    padding-bottom: 10px;
    letter-spacing: 3px;
}
.footer__nav--col ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer__nav--col ul li a {
    color: var(--text-body);
    font-size: 0.8125rem;
}
.footer__copyright {
    text-align: center;
    font-size: 0.625rem;
    padding: 50px 0 35px;
}
.about-home {
    padding: 45px 0 10px;
}
@media (min-width: 48em) {
    .about-home {
        padding: 76px 0 40px;
    }
}

.about-home h2 {
    font-size: 1.5625rem;
    text-align: center;
    max-width: 360px;
    margin: 0 auto 45px;
    letter-spacing: 4px;
    line-height: 43px;
}

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

.about-home h3 {
    font-size: .875rem;
    text-align: center;
    margin: 0 0 0px;
    line-height: 33px;
    font-weight: 400;
    color: var(--text-body);
}
.about-home__images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 25px 28px;
    padding: 0 12px;
}
@media (min-width: 48em) {
    .about-home__images {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-gap: 50px 65px;
        padding: 0;
    }
}
.about-home__images img {
    width: 100%;
}
.about-home .booking {
    margin-bottom: 45px;
}
@media (min-width: 48em) {
    .about-home .booking {
        display: none;
    }
}
.about-home .booking .btn {
    width: 100%;
    margin-bottom: 16px;
}



.about-home .booking__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px 25px;
}
.slider-home .slick-slide img {
    width: 100%;
    object-fit: cover;
}
.slider-home .slick-slide img.pc {
    display: none;
}
@media only screen and (min-width: 48em) {
    .slider-home .slick-slide img.pc {
        display: block;
    }
}
@media only screen and (min-width: 48em) {
    .slider-home .slick-slide img.mb {
        display: none;
    }
}
.room .container {
    overflow: visible;
}
.room__inner {
    margin-top: 30px;
}
@media (min-width: 48em) {
    .room__inner {
        display: flex;
        flex-wrap: wrap;
        margin:  60px -50px 0;
    }
}
@media screen and (max-width: 1199px) {
    .room__inner {
        padding: 0 12px;
    }
}
.room__item {
    margin-top: 25px;
}
.room__item:first-child {
    margin-top: 0;
}
@media (min-width: 48em) {
    .room__item {
        width: 50%;
        padding: 0 50px;
        margin-top: 85px;
    }
    .room__item:nth-child(1),
    .room__item:nth-child(2) {
        margin-top: 0;
    }
}
.room__item--inner {
    background: var(--white);
}
.room__item--inner .btn-close-expand {
    display: none;
}
.room__item--body {
    padding: 30px 25px;
}
.room__item .room__label {
    font-family: "Makinas", sans-serif;
    margin-bottom: 15px;
    letter-spacing: 2px;
    font-size: 1rem;
    color: #272727;
}
.room__item h3 {
    font-family: "Makinas", sans-serif;
    font-size: 1.4375rem;
    font-weight: 400;
    color: #272727;
    letter-spacing: 5px;
    margin-bottom: 20px;
}
.room__item h4 {
    margin-bottom: 30px;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 26px;
    color: #4e4e4e;
}
.room__item .room__button--expand {
    text-align: center;
}
.room__item .room__button--expand .btn-expand {
    font-size: 0.875rem;
    padding-right: 25px;
    background: url("../images/arrow-down.png") no-repeat 100% 3px transparent;
    color: var(--text-body);
}
.room__item .room__expand {
    display: none;
}
.room__item .room__expand .room__button--booking {
    text-align: center;
    margin: 60px 0 38px;
}
.room__item .room__expand .room__button--booking .btn {
    width: 100%;
    max-width: 290px;
}
.room__item .room__expand--item {
    margin-bottom: -1px;
}
.room__item .room__expand--item.shown .room__expand--heading::after {
    display: none;
}
.room__item .room__expand--item:last-of-type:not(.shown) {
    border-bottom: 1px solid #cecece;
}
.room__item .room__expand--heading {
    padding: 21px 45px 18px 0;
    font-size: 0.875rem;
    font-family: "Makinas", sans-serif;
    letter-spacing: 3px;
    margin: 0;
    border-top: 1px solid #cecece;
    position: relative;
    cursor: pointer;
}
@media (min-width: 48em) {
    .room__item .room__expand--heading {
        font-size: 0.875rem;
    }
}
.room__item .room__expand--heading::before,
.room__item .room__expand--heading::after {
    content: "";
    position: absolute;
    background: #cecece;
}
.room__item .room__expand--heading::before {
    width: 22px;
    height: 2px;
    top: 28px;
    right: 10px;
}
.room__item .room__expand--heading::after {
    height: 22px;
    width: 2px;
    right: 20px;
    top: 18px;
}
.room__item .room__expand--body {
    display: none;
}
.room__item .room__expand--body ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px dashed #cecece;
}
.room__item .room__expand--body ul li {
    border-bottom: 1px dashed #cecece;
    padding: 19px 0;
}
.room__item .room__expand--body ul .room__people {
    background: url("../images/people-icon.png") no-repeat 20px 50% transparent;
    padding: 19px 0 19px 80px;
}
.room__item .room__expand--body ul .room__area {
    background: url("../images/area-icon.png") no-repeat 20px 50% transparent;
    padding: 19px 0 19px 80px;
}
.room__item .room__expand--body ul .room__bed {
    background: url("../images/bed-icon.png") no-repeat 20px 50% transparent;
    padding: 19px 0 19px 80px;
}
.room__item .room__expand .btn-close-expand {
    display: block;
    width: 225px;
    margin: 80px auto 10px;
}
.room__item.shown .room__item--body .room__button--expand {
    display: none;
}
@media (min-width: 48em) {
    .experience__inner {
        padding: 0 60px;
    }
}
.experience__item {
    margin-top: 60px;
}
@media (min-width: 64em) {
	.experience__item {
		margin-top: 60px;
		margin-bottom: 5px;
	}
}
@media screen and (max-width: 767px) {
    .experience .container{padding:0 35px;}
	.experience__item:first-child {
        margin-top: 20px;
    }
}
@media only screen and (min-width: 61.25em) {
    .experience__item--inner {
        display: flex;
        align-items: center;
    }
    .mamore{
        padding-top: 20px;
    }
}
.experience__item--inner figure {
    margin-bottom: 15px;
    width: 100%;
}
.experience__item--inner figure img {
    width: 100%;
}
@media only screen and (min-width: 61.25em) {
    .experience__item--inner figure {
        margin-bottom: 0;
        width: 61%;
    }
}
.experience__item--inner .experience__item--body {
    line-height: 32px;
    position: relative;
}
@media only screen and (min-width: 61.25em) {
    .experience__item--inner .experience__item--body {
        width: 39%;
        padding-left: 75px;
    }
}
.experience__item--inner .experience__item--body h3 {
    font-size: 1.125rem;
    margin-bottom: 10px;
    letter-spacing: 2px;
    line-height: 29px;
}
@media (min-width: 48em) {
    .experience__item--inner .experience__item--body h3 {
        font-size: 1.5625rem;
        margin-bottom: 15px;
        line-height: 40px;
        letter-spacing: 2px;
    }
}
.experience__item--inner .experience__item--body h3 a {
    color: var(--black);
}
.experience__item--inner .experience__item--body h3 a:hover {
    color: var(--primary);
}
@media only screen and (min-width: 61.25em) {
    .experience__item.reverse figure {
        order: 2;
    }
}
@media (min-width: 48em) {
    .experience__item.reverse .experience__item--body {
        padding-bottom: 25px;
    }
}
@media only screen and (min-width: 61.25em) {
    .experience__item.reverse .experience__item--body {
        order: 1;
        padding-left: 0;
        padding-right: 75px;
    }
}
.experience__item.reverse .experience__item--body::after {
    content: "";
    display: block;
    clear: both;
}
.experience__item.reverse .experience__item--body .btn-readmore {
    font-size: 0.75rem;
    float: right;
    margin-top: 15px;
}
@media only screen and (min-width: 61.25em) {
    .experience__item.reverse .experience__item--body .btn-readmore {
        position: absolute;
        bottom: 0;
        right: 60px;
    }
}
.dinning {
    padding: 0 15px;
}
@media (min-width: 48em) {
    .dinning {
        padding: 40px 0;
    }
}
.dinning__inner {
    padding-top: 55px;
    text-align: center;
}
@media (min-width: 64em) {
	.dinning__inner p {
		    line-height: 32px;
            width: 740px;
            margin: 0 auto;
}
	}
}
@media (min-width: 768em) {
    .dinning__inner {
        padding-top: 55px!important;
    }
}
.dinning__list {
    margin-bottom: 30px;
}
@media (min-width: 48em) {
    .dinning__list {
        margin-bottom: 60px;
    }
}
.dinning__list .slick-arrow {
    display: none !important;
}
@media (min-width: 48em) {
    .dinning__list .slick-arrow {
        display: block !important;
    }
}
@media only screen and (min-width: 61.25em) {
    .dinning__list .slick-arrow.slick-next {
        right: 20px;
    }
}
.restaurant {
    padding: 40px 25px 35px;
}
@media (min-width: 48em) {
    .restaurant {
        padding: 0px 0 40px 80px;
    }
}
.restaurant__item {
    width: 100%;
    /* padding: 0 10px; */
}
/* @media (min-width: 48em) {
    .restaurant__item {
        padding: 0 25px;
    }
} */
.restaurant__item--inner {
    background: var(--white);
    height: 100%;
}
.restaurant__item--inner figure img {
    width: 100%;
}
.restaurant__item--body {
    padding: 20px;
}
.restaurant__item--body .restaurant__label {
    font-family: "Noto Sans JP", sans-serif;
    margin-bottom: 15px;
    letter-spacing: 2px;
    font-size: 1rem;
    color: #272727;
}
.restaurant__item--body h3 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4375rem;
    font-weight: 400;
    color: #272727;
    margin-bottom: 15px;
}
.restaurant__item--body h4 {
    margin-bottom: 20px;
    font-size: 0.875rem;
    font-weight: 400;
    color: #4e4e4e;
}
@media (min-width: 64em) {
	.restaurant__item--body h4 {
		line-height:28px;
	}
}
.restaurant__item--body .button-more {
    text-align: center;
}
.contact-home {
    padding: 15px 0 20px;
}
@media (min-width: 48em) {
    .contact-home {
        padding: 40px 0 80px;
    }
}
.contact-home__map {
    margin-top: 35px;
}
@media (min-width: 48em) {
    .contact-home__map {
        margin-top: 55px;
    }
}
.contact-home__map img {
    width: 100%;
}
.contact-home__map img.map-pc {
    display: none;
}
@media (min-width: 48em) {
    .contact-home__map img.map-pc {
        display: block;
    }
}
@media (min-width: 48em) {
    .contact-home__map img.map-mb {
        display: none;
    }
}
.contact-home__info {
    text-align: center;
    font-size: 0.75rem;
    color: var(--black);
    letter-spacing: 2px;
    margin-top: 40px;
}
@media (min-width: 48em) {
    .contact-home__info {
        margin-top: 80px;
    }
}
.contact-home__info--logo {
    margin-bottom: 15px;
}
@media only screen and (min-width: 37em) {
    .contact-home__info--logo {
        max-width: 450px;
    }
}
.contact-home__info--address {
    margin-bottom: 15px;
}
.contact-home__info--phone a {
    font-size: 1.25rem;
}
@media (min-width: 48em) {
    .contact-home__info--phone a {
        font-size: 1.5rem;
        color: var(--black);
    }
}
.contact-home__info--control {
    width: 100%;
    margin: 35px auto 0;
}
@media only screen and (min-width: 30em) {
    .contact-home__info--control {
        max-width: 230px;
    }
}
@media (min-width: 48em) {
    .contact-home__info--control {
        margin: 60px auto 0;
    }
}
.contact-home__info--control a {
    display: block;
    width: 100%;
    margin-top: 15px;
}
@media only screen and (min-width: 30em) {
    .contact-home__info--control a {
        margin-top: 23px;
    }
}
.instagram {
    padding: 40px 0 80px;
}
.instagram__heading {
    text-align: center;
    margin-bottom: 40px;
}
.instagram__heading a {
    color: var(--text-body);
}
.instagram__heading span {
    display: inline-block;
    margin-top: 18px;
}
.instagram__wrapper {
    padding-left: 30px;
    max-width: 980px;
    margin: 0 auto;
}
@media (min-width: 48em) {
    .instagram__wrapper {
        padding-left: 0;
    }
}
.instagram__feed {
    overflow: hidden;
}
.instagram__feed--item {
    position: relative;
}
/* .instagram__feed--item::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
} */
.instagram__feed--item iframe {
    min-width: 100% !important;
}
#spmenu{display:none;}
@media (min-width:768px){
	.sticky {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 999;
		background-color: #fff;
		padding-top: 0;
		height: 81px;
		overflow: hidden;
		border-bottom:1px solid #f5f6f6;
	}
	.sticky  .header__top {
		min-height: unset;
	}
	.sticky .header__top .logo {
		padding: 10px 0;
		width: 135px;
		height: auto;
	}
	.sticky .header__top nav {
		margin-top: 0;
	}
	.sticky .header__top nav ul {
		height: 100%;
	}
}
	

@media (max-width:767px){
	body {
    padding-top: 70px;
}
.hidesp{display:none;}
	.header__top {
    position: fixed;
    top: 0;
    z-index: 999;
}
	#description{
		padding: 20px 0 10px;
	}
	.header__main p {
		font-size: 5vw;
		line-height: initial;
		padding: 0px 0 0;
		margin: 0 0 10px;
	}
	.header__main #description p span.effect1{font-size: 5vw;}
	.header__top .logo {
    width: 100px;
    height: 45px;
    padding: 0;
}
.header__main {
    margin-top: 65px;
}
	#navbar {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		z-index: 9999;
		padding: 10px;
		background-color: #fff;
		border-bottom:1px solid #f6f6f6;
	}
	.header__top nav{
    display: block;
    position: fixed;
    top: 66px;
	margin:0;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #ffffff;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all .5s;
    z-index: 3;
	height:0;
}
.open #spmenu{display:block;}
.open nav {
    z-index: 999;
    left: 0;
    opacity: 1;
	height:100vh;
}
.header__top nav ul {
    align-items: baseline;
    flex-direction: column;
    padding: 0 20px;
	margin-top:25px;
}
.header__top nav ul li {
    margin: 15px 0;
text-align: center;
border-bottom: 1px solid var(--text-body);
padding-bottom: 15px;
}
.header__top nav ul li a{
    color: var(--text-body);
	font-weight: 400;
}
  
  .open .btn-toogle span {
    background-color: #000;
  }
  .open .btn-toogle span:nth-child(1) {
    -webkit-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg);
  }
  .open .btn-toogle span:nth-child(2) {
    opacity: 0;
  }
  .open .btn-toogle span:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
  }

	
	.btn, button, input[type="button"], input[type="submit"] {
		display: inline-flex;
		transition: all 0.3s;
		font-size: 12px;
		background: var(--primary);
		color: var(--white);
		line-height: 1.2;
		padding: 0px 20px 0px;
		min-width: 110px;
		min-height: 34px;
		align-items: center;
		justify-content: center;
		flex-direction: column;
        letter-spacing:1px;
	}
	.btn-outline {
		display: inline-block;
		text-align: center;
		transition: all 0.3s;
		font-size: 12px;
		border: 1px solid var(--text-body);
		color: var(--text-body);
		padding: 12px 15px;
		min-height: 44px;
	}
	/* .restaurant__item {width: 280px;} */
	
	
	.restaurant__item--body {
		padding: 25px;
	}
	.restaurant__item--body h4, .restaurant__item--body h3 {
		margin-bottom: 10px;
        line-height: 24px;
	}
}

@media (max-width: 767px) {
.about-home .booking .btn {
    width: 100%;
    margin-bottom: 16px;
    padding: 15px 0px 15px;
    font-size: 15px;
}
.about-home h3 {
    font-size: .875rem;
    text-align: center;
    margin: 0 0 40px;
    line-height: 26px;
    font-weight: 400;
    color: var(--text-body);
}
.about-home .booking {
    margin-bottom: 35px;
}
.container, .container-min {
    width: 100%;
    max-width: 1110px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}
.room__inner {
    margin-top: 20px;
}
.room__item--body {
    padding: 20px 20px;
}
.room__item .room__label {
    font-family: "Makinas", sans-serif;
    margin-bottom: 10px;
    letter-spacing: 2px;
    font-size: 12px;
    color: #272727;
}
.room__item h3 {
    font-family: "Makinas", sans-serif;
    font-size: 19px;
    font-weight: 400;
    color: #272727;
    letter-spacing: 5px;
    margin-bottom: 6px;
}
.room__item h4 {
    margin-bottom: 25px;
    font-size: 13px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 2px;
}
.experience__item {
    margin-top: 40px;
}
.dinning {
    padding: 20px 15px;
}
.experience__item.reverse .experience__item--body .btn-readmore {
    font-size: 0.75rem;
    float: right;
}
.dinning__list {
    margin-bottom: 20px;
}
.restaurant {
    padding: 0px 0px 25px 35px;
}
.header__top--inner .btn-toogle span {
    display: block;
    width: 100%;
    height: 2px;
    background: var(--black);
    margin-bottom: 5px;
    border-radius: 5px;
}
.about-home h2 {
    font-size: 4.6vw;
    text-align: center;
    max-width: 360px;
    margin: 0 auto 17px;
    letter-spacing: 4px;
    line-height: 30px;
    font-weight: 400;
}
.about-home {
    padding: 35px 0 15px;
}
.header__container {
    max-width: 1280px;
    padding: 0 15px;
    margin: 0 auto;
    font-size: 13px;
}
.contact-home__map {
    margin-top: 20px;
}
.section__heading {
    font-size: 20px;
    letter-spacing: 6px;
    font-weight: 400;
    color: var(--black);
    text-align: center;
    margin-bottom: 0px;
}
.contact-btn {
    display: inline-flex;
    transition: all 0.3s;
    font-size: .875rem;
    background: var(--primary);
    color: var(--white);
    line-height: 1.2;
    padding: 12px 20px 10px;
    min-width: 140px;
    min-height: 47px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.contact-home__info {
    text-align: center;
    font-size: 0.75rem;
    color: var(--black);
    letter-spacing: 2px;
    margin-top: 15px;
}
.contact-home__info--logo {
    margin-bottom: 5px;
}
.contact-home__info--address {
    margin-bottom: 15px;
    font-size: 11px;
}
.contact-home__info--work-time {
    font-size: 11px;
}
.instagram {
    padding: 20px 0 80px;
}
.instagram__heading span {
    display: inline-block;
    margin-top: 7px;
    font-size: 14px;
}
.instagram__heading {
    text-align: center;
    margin-bottom: 25px;
}
.footer {
    padding: 50px 0 0;
    background: var(--white);
}
.footer__main {
    text-align: center;
    margin-bottom: 55px;
}
.footer__nav {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 40px;
}
.dinning__inner {
    padding-top: 15px;
    text-align: center;
}
.header__top--inner {
    display: flex;
    align-items: center;
    margin: 0 -15px;
    position: relative;
    padding: 18px 45px 15px 0;
}
.section__sub-heading {
    font-size: 12px;
    font-family: "Makinas";
    color: var(--gray);
    text-align: center;
    letter-spacing: 4px;
    margin-bottom: 5px;
}
.room, .experience {
    padding: 20px 0 15px
}
.room__item .room__button--expand .btn-expand {
    font-size: 14px;
    padding-right: 22px;
    background: url(../images/arrow-down.png) no-repeat 100% 5px transparent;
    color: var(--text-body);
    background-size: 10px;
}

.btn span{
letter-spacing:0px;
}
.experience__item--inner .experience__item--body {
    position: relative;
    font-size: 14px;
    line-height: 26px;
}
.experience__item--inner .experience__item--body h3 a {
    color: var(--black);
    font-size: 17px;
    letter-spacing: 4px;
    font-weight: 400;
}
.experience__item.reverse .experience__item--body .btn-readmore {
    font-size: 0.75rem;
    float: right;
    margin-top: 0px;
}
.dinning__inner p{
    text-align: left;
    font-size: 14px;
    line-height: 25px;
}
.restaurant__item--body .restaurant__label {
    font-family: "Makinas", sans-serif;
    margin-bottom: 10px;
    letter-spacing: 2px;
    font-size: 12px;
    color: #272727;
}
.restaurant__item--body h3 {
    font-family: "Makinas", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #272727;
}
.restaurant__item--body .button-more {
    text-align: center;
    margin-top: 20px;
}
.experience__item--body p{
    line-height: 25px;
}
.contact-home__info--control {
    width: 95%;
    margin: 30px auto 0;
}
.room__expand p{
    font-size: 13px;
    line-height: 25px;

}
.room__expand--body li{
    font-size: 13px;
    line-height: 26px;
}
}
.slick-list{
  overflow: hidden;
}
.slick-list:after{
  clear: both;
  content: "";
  display: block;
}
.instagram__feed--item{position:relative;}
/* .instagram__feed--item::after { content: ""; background: transparent; width: 100%; height: 100%; min-height: 1px; position: absolute; top: 0; } */
.above a{background: transparent; width: 100%; height: 100%; min-height: 1px; position: absolute; top: 0; }
