<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
* { outline: none; font-size: 16px; color: #333; font-feature-settings: "palt"; line-height: 1.75rem; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: "Helvetica Neue", Arial, sans-serif; background-image: url("../images/bg.jpg"); }
ul, h1, h2, h3, h4, h5, h6 { margin: 0 0 15px; }
ul, li, ol { list-style: none; padding-left: 0; margin: 0; }
ol li { margin-left: 20px; list-style: decimal; }
a { text-decoration: none; display: block; transition: all 0.2s ease; }
a:hover { color: #6f3e14; }
img { width: 100%; }
p { margin: 0 0 10px; }
small { font-size: 85%; }
h2 { margin-bottom: 30px; line-height: 2rem; font-size: 1.75rem; }
h2 &gt; span.dept { display: block; font-size: 1.25rem; line-height: 2rem; }
h3 { font-size: 1.5rem; }
h4 { font-size: 1.125rem; line-height: 1.85rem; }
ol li h4 { margin-bottom: 0; }
ol.sub li { margin-left: 36px; position: relative; }
ol.sub li::before { content: "※-"; counter-increment: number; position: absolute; left: -34px; }
i { padding: 0 2px; color: #6f3e14; }
.bdr1 { border: .5px solid rgba(0,0,0,.1); }

input[type="text"], input[type="email"], textarea { width: 100%; text-align: left; border-radius: 4px; line-height: 2rem; padding: 0 12px; border: 1px solid #ddd; }
input[type="reset"], input[type="submit"] { min-width: 150px; border: 1px solid #ddd; background-color: #fff; margin-right: 20px; border-radius: 4px; font-weight: bold; }
input[type="submit"] { border-color: #6f3e14; background-color: #ae3846; color: #fff; }
input[type="reset"] { min-width: 120px; }
select { padding: 5px; border-color: #ddd; border-radius: 4px; }
input, select { -webkit-appearance: none; appearance: none; }
.search_489ban select, .search_489ban option { line-height: 20px !important; padding-bottom: 1px; }

a[href^="tel:"] { display: inline-block; }
sup { font-size: .6rem; }

.marcellus, h1, h2, h3, h4 { font-family: 'Marcellus', serif; }

.caption { position: absolute; background-color: rgba(0,0,0,.75); color: #fff; font-weight: bold; padding: 20px 30px; }


/* Hero */

#hero { max-height: 600px; height: 40vw; background-size: cover; background-repeat: no-repeat; background-position: center bottom; position: relative; margin-bottom: 0; padding: 0; display: flex; justify-content: center; }
#hero .heroInner { max-width: 2048px; width: 1680px; display: flex; justify-content: center; align-content: center; height: 100%; position: relative;  }
#hero .logo { max-width: 400px; width: 40vw; }
#hero nav { position: absolute; top: 0; right: 0; background: rgba(255, 255, 255, .95); padding: 20px 40px; width: 100vw; display: flex; justify-content: flex-end; }
#hero nav ul { display: flex; margin-left: -30px; }
#hero nav ul li { margin-left: 30px; }
#hero nav ul a { color: #6f3e14; }
#hero nav ul a:hover { color: #784112; }

/* 予約番 */
nav &gt; .search_489ban { display: none !important; }
#hero #reserveBtn { display: flex; justify-content: center; position: absolute; bottom: 0; left: 0; background-color: rgba(255,255,255,.85); padding: 15px; width: 100%; }

#hero #reserveBtn a { display: block; background-color: rgba(255,255,255,.75); padding: 0 15px; line-height: 2.25rem; width: 50vw; text-align: center;
}
#hero #reserveBox { max-width: 1480px; width: calc( 100vw - 200px ); position: absolute; bottom: 0; left: 100px; }
#hero #reserveBox form { display: flex; justify-content: space-between; margin-left: -20px; }
#hero #reserveBox form div { display: flex; justify-content: space-between; }
#hero #reserveBox form &gt; div { margin-left: 20px; text-align: left; }
#hero #reserveBox form &gt; div:nth-child(2) &gt; div, #hero #reserveBox form &gt; div:nth-child(2) &gt; div &gt; div { margin-left: 20px; text-align: left; }
#hero #reserveBox form &gt; div:nth-child(2) &gt; div:nth-child(2) { flex-direction: row; justify-content: center; }
#hero #reserveBox form &gt; div:nth-child(2) &gt; div:first-child &gt; div:nth-child(2) &gt; div:nth-child(2) { flex-direction: column; justify-content: center; }
#hero #reserveBox form &gt; div:nth-child(2) &gt; div:first-child,
#hero #reserveBox form &gt; div:nth-child(2) &gt; div:first-child &gt; div:first-child,
#hero #reserveBox form &gt; div:nth-child(2) &gt; div:nth-child(2) &gt; div:first-child { margin-left: 0; }
#hero #reserveBox form * { line-height: 30px; }
#hero #reserveBox .header { display: flex; align-items: center; }
#hero #reserveBox .header span { line-height: 1.125rem; font-size: 1rem; }
#hero #reserveBox .subHeader { display: flex; align-items: center; }
#hero #reserveBox .subHeader span { font-size: .85rem; color: #6f3e14; line-height: 1.125rem; }
#hero #reserveBox input[type=date], #hero #reserveBox select { background: none; border-width: 0; }
#hero #reserveBox #unspecifiedDate { position: absolute; left: -9999px; -webkit-appearance: none; border: none; }
#hero #reserveBox #unspecifiedDate + label { border: 1px solid #333; line-height: 1.5rem !important; height: 28px; font-size: .85rem; margin-top: 2px; margin-left: 10px; padding: 0 8px; white-space: nowrap; }
#hero #reserveBox #unspecifiedDate:checked + label { background-color: #6f3e14; color: #fff; }
.search_489ban button { border-radius: 0; border: 1px solid #6f3e14; color: #6f3e14; padding: 0 20px; margin-left: 5px; height: 100%; font-size: 1rem; }

/* 489ban Styles */
.search_489ban { margin: 0 auto; display: flex; justify-content: space-between; }
.search_489ban form { display: flex; }
.search_489ban &gt; form &gt; dl:not(:last-child) { display: block; margin: 0 20px 0 0; }
.search_489ban dt, .search_489ban dd { margin: 0; padding: 0; display: table-cell; vertical-align: top;}
.search_489ban dt { }
.search_489ban dd { white-space: nowrap; }
.date_489ban &gt; dt &gt; label { color: #6f3e14; }

#hero #reserveBtn a.daytrip { width: auto; font-size: .85rem; font-weight: bold; display: inline-block; margin-left: 20px; color: #fff; background-color: #6f3e14; line-height: 29px; height: 30px; padding-left: 8px; padding-right: 10px; white-space: nowrap; }
#hero #reserveBtn a.daytrip::before { content: url("../images/icon-arrow-white.svg"); width: 13px; vertical-align: middle; display: inline-block; margin-right: 2px; }

.search_489ban dd span, .search_489ban label, .search_489ban input, .search_489ban select { font-size: .9rem; white-space: nowrap; display: inline-block; margin: 0; background-color: rgba(0,0,0,0); border: none; }
.search_489ban select, .date_489ban &gt; dd &gt; input[name="date"] { border-bottom: 1px dotted rgba(111,62,20,.5) !important; border-radius: 0; }
.search_489ban select, .date_489ban &gt; dd &gt; input[name="date"] { font-weight: bold; line-height: 22px; }
.date_489ban &gt; dd &gt; label { border: 1px solid #555 !important; padding: 0 12px; font-size: .75rem !important; }
.date_489ban &gt; dd &gt; input[type=date]:disabled ~ label { background-color: #6f3e14 !important; color: #fff; border-color: #6f3e14; }
.date_489ban &gt; dd &gt; label &gt; input { position: absolute; left: -9999px; -webkit-appearance: none; }
.search_489ban li { margin-bottom: 3px; list-style: none; display: inline-block; }

.search_489ban .inbox_489ban{ display: flex; }
.search_489ban .inbox_489ban:after { display: flex; content: "."; height: 0; font-size: 0; visibility: hidden; position: absolute; left: -9999px; -webkit-appearance: none; }

.search_489ban .stay_489ban,
.search_489ban .room_489ban,
.search_489ban .person_489ban{ display: flex; }

.search_489ban .stay_489ban dt,
.search_489ban .room_489ban dt,
.search_489ban .person_489ban dt{ width: auto;}

.search_489ban .child_489ban{
    border-bottom: 1px dotted #dedede;
}
.search_489ban .child_489ban:first-of-type{
    padding: 5px 0 0;
    border-top: 1px dotted #dedede;
}
.search_489ban .child_489ban:last-of-type{
    margin: 0 0 10px; padding: 0 0 5px;
}
.search_489ban .child_489ban dt{ width: auto;}
.search_489ban .child_489ban dd{ width: 70px; vertical-align: middle;}
.search_489ban .child_489ban dt span{ display: block; font-size: 12px;}

.search_489ban .price_489ban dt{ width: 65px;}
.search_489ban .price_489ban div{ display: inline-block;}
.search_489ban .price_489ban span{ font-size: .75rem;}

.search_489ban .tag_489ban,
.search_489ban .tag_489ban dt,
.search_489ban .tag_489ban dd{ width: 100%; display: block;}

.search_489ban .tag_489ban .tag_mode_489ban{ font-size: .8rem; }
.search_489ban dd span { display: none; }

.inbox_489ban dl { margin: 0; }
.stay_489ban, .person_489ban, .date_489ban &gt; dt &gt; label { margin-right: 15px !important; }
.stay_489ban &gt; dt &gt; label, .person_489ban &gt; dt &gt; label, .date_489ban &gt; dd &gt;input { margin-right: 5px !important; }
.stay_489ban &gt; dt &gt; label { font-size: .8rem; color: #6f3e14; }

nav .search_489ban { display: none; }
.title { font-size: .8rem; color: #6f3e14; text-align: center; line-height: 1.25rem; margin-bottom: 8px; background-color: rgba(111,62,20,.1); }

body.home #hero { max-height: 720px; height: 50vw; background-image: url("../images/hero-home1.jpg"); }
body.rooms #hero { background-image: url("../images/hero-rooms.jpg"); }
body.cuisine #hero { background-image: url("../images/hero-cuisine.jpg"); }
body.onsen #hero { background-image: url("../images/hero-onsen.jpg"); }
body.nakanobo #hero { background-image: url("../images/hero-nakanobo.jpg"); }
body.arimaonsen #hero { background-image: url("../images/hero-arimaonsen.jpg"); }
body.rikyushichisoku #hero { background-image: url("../images/hero-rikyushichisoku.jpg"); }
body.access #hero { background-image: url("../images/hero-access.jpg"); }
body.ryokan-manual #hero { background-image: url("../images/hero-ryokan-manual.jpg"); }
body.info #hero { background-image: url("../images/hero-info.jpg"); }
body.terms #hero { background-image: url("../images/hero-terms.jpg"); }
body.dayuse #hero { background-image: url("../images/hero-dayuse.jpg"); }
body.closed #hero { background-image: url("../images/hero-closed.jpg"); }

/* Header */

header {  }

/* Hamburger Menu */
#header_inner &gt; div &gt; div#hamburger-menu-blk { display: none; }
#header_inner &gt; div &gt; div#mega-menu-blk { display: block; }
.hamburger-menu { width: 22px; height: 40px; position: relative; border: none; background: transparent; appearance: none; padding: 0; cursor: pointer; margin-left: 15px; }
.hamburger-menu__bar { display: inline-block; width: 100%; height: 2px; background: #242424; position: absolute; left: 50%; transform: translateX(-50%); transition: .5s; }
.hamburger-menu__bar:first-child { top: 10px; }
.hamburger-menu__bar:nth-child(2) { top: 18px; }
.hamburger-menu__bar:last-child { top: 26px; }
.hamburger-menu--open .hamburger-menu__bar { top: 48%; }
.hamburger-menu--open .hamburger-menu__bar:first-child { transform: translateX(-50%) translateY(-50%) rotate(45deg); }
.hamburger-menu--open .hamburger-menu__bar:last-child { transform: translateX(-50%) translateY(-50%) rotate(-45deg); }
.hamburger-menu--open .hamburger-menu__bar:nth-child(2) { display: none; }
.navigation { display: none; background-color: rgba(255,255,255,0.92); position: absolute; top: 65px; width: 100%; z-index: 9999; left: 0; }
.navigation__list { text-align: center; list-style: none; padding: 0; margin: 0; }
.navigation__list-item { border-bottom: dotted 1px #ccc; }
.navigation__list-item:first-child { border-top: dotted 1px #ccc; }
.navigation__link { color: #333; font-weight: bold; transition: .5s; line-height: 45px; }
#searchBox { padding: 10px; display: flex; justify-content: center; }

main { position: relative; z-index: 0; }

/* Slider */
.slider &gt; li { height: 700px; }
.slider li .slide-wrapper { display: flex; justify-content: center; position: relative; background-position: center center; background-size: cover; height: 700px; }
.slider li .slide-wrapper .caption { padding: 15px 20px; background-color: rgba(0,0,0,.75); position: absolute; right: calc( ( ( 100vw - 1240px ) / 2 ) + 20px ); bottom: 40px; display: flex; flex-direction: column; justify-content: center; text-align: right; }
.slider li .slide-wrapper .caption h3 { margin-bottom: 0; }
.slider li .slide-wrapper .caption h3, .slider li .slide-wrapper .caption .desc { color: #fff; }
.slider li .slide-wrapper .caption .desc { font-size: .9rem; padding-top: 10px; border-top: 1px dotted rgba(255,255,255,.5); margin-top: 10px; line-height: 1.45rem; }

/* Main */

#pagetop { position: fixed; bottom: 20px; right: 20px; z-index: 9999; width: 40px; height: 40px; border: 1px solid rgba(224,218,198,.5); }

/* Structures */
#wrapper { max-width: 1920px; margin: 0 auto; position: relative; padding: 80px 0; overflow-x: hidden; display: flex; justify-content: center; /* background-color: rgba(220,219,205,.25); */ }
.innerWrapper { width: 100%; max-width: 1480px; padding: 0 50px; /* background-color: rgba(220,219,205,.5); */ }
.left-wing { max-width: 1700px; margin-left: -320px; }
.right-wing { max-width: 1700px; margin-right: -320px; }
section { padding: 50px 0; }

.clm2 { display: flex; justify-content: space-between; margin-bottom: 100px; padding: 30px 0; }
.clm2 &gt; div:first-child { width: 35%; }
.clm2 &gt; div:last-child { width: 58%; }
.clm2.reverse &gt; div:first-child { width: 58%; }
.clm2.reverse &gt; div:last-child { width: 35%; }

section.bnr-cny { padding: 0; }
.clm2.reverse.cny { margin-bottom: 30px; padding: 0; }
.clm2.reverse.cny &gt; div:first-child { width: 62%; position: relative; }
.clm2.reverse.cny &gt; div:first-child &gt; div { position: relative; }
.clm2.reverse.cny &gt; div:first-child &gt; div .bnrBtns { position: absolute; display: flex; left: 3.75%; top: 62.5%; width: 96.25%; height: 21.875%; }
.clm2.reverse.cny &gt; div:first-child &gt; div .bnrBtns &gt; a { width: 20%; margin-right: 3.125%; text-align: center; font-weight: bold; background-color: #fff; border-radius: 4px; box-shadow: 0 0 5px rgba(0,0,0,.2); line-height: 2.35rem; }
.clm2.reverse.cny &gt; div:last-child p { line-height: 1.35rem; }

.clm2 &gt; div:last-child.right-wing, .clm2.reverse &gt; div:first-child.left-wing { width: calc( 58% + 320px ); }

.clm3, .clm5, .double, .clm2even, .clm4 { display: flex; justify-content: space-between; }
.clm3 &gt; div { width: calc( ( 100% - 140px ) / 3 ); }
.clm3 &gt; div h4 { margin-top: 8px; font-size: 1rem; color: #6f3e14; }
.clm3 &gt; div .more a { padding-top: 20px; }
.clm3.relax &gt; div { width: calc(100% / 3); }

.clm4 &gt; div { width: calc( ( 100% - 180px ) / 4 ); }
.clm4.relax &gt; div { width: calc( ( 100% - 6px ) / 4 ); }
.clm5 { margin-bottom: 40px; flex-wrap: wrap; }
.clm5 &gt; div { width: calc( ( 100% - 120px ) / 5 ); }

.double &gt; div { width: 50%; }

.clm2pix &gt; div { width: 45%; }

.clm2even &gt; div { width: calc( ( 100% - 60px ) / 2 ); }
.clm2even &gt; div h4 { color: #6f3e14; margin-top: 10px; }

.centerBlk { text-align: center; }
.centerBlk &gt; p, .centerBlk &gt; .double { max-width: 1240px; margin: 0 auto; }

.more a { color: #6f3e14; line-height: 20px; padding-top: 30px; }
.more a::before { content: url("../images/icon-arrow-brown.svg"); width: 20px; height: 20px; display: inline-block; vertical-align: bottom; margin-right: 10px; }

.btn { line-height: 2.5rem; color: #6f3e14; border: 1px solid #6f3e14; min-width: 320px; text-align: center; padding: 0 20px; font-weight: bold; }

.small { font-size: 90%; line-height: 1.35rem; }
.justify { text-align: justify; line-height: 1.5rem; }

.roomSpec { font-size: .75rem; }
.planName { font-size: 1.125rem; font-weight: bold; margin-bottom: 5px; }
.plans .desc { font-size: .9rem; line-height: 1.35rem; margin-bottom: 30px; }
.plans img { margin-bottom: 10px; }

.links.clm3 { margin-left: -70px; justify-content: flex-start; }
.links.clm3 &gt; div { margin-left: 70px; }
.links.clm3 &gt; div h4 { font-size: 1.125rem; }

.accessSect { position: relative; }
.accessSect .sub1 { position: absolute; left: 35px; top: 30px; width: 40%; }
.accessSect .sub1 p { font-size: .9rem; line-height: 1.35rem; }
.accessSect .sub2 { position: absolute; right: 50px; bottom: 40px; width: 20%; }
.accessSect .sub2 ul { margin-bottom: 30px; }
.accessSect .sub2 ul li { display: flex; justify-content: space-between; margin-bottom: 0; }
.accessSect .sub2 ul li div { font-size: .75rem; line-height: 1.5rem; }
.accessSect .more a { border: 1px solid #6f3e14; padding: 0 12px; text-align: center; line-height: 2rem; }
.accessSect .more a::before { content: none; }

.ltr &gt; div { background-repeat: no-repeat; background-position: center center; background-size: contain; }
#nakanobo &gt; div:first-child { background-image: url("../images/ltr-nakanobo.svg"); }
#arimaonsen &gt; div:last-child { background-image: url("../images/ltr-arimaonsen.svg"); }
#rikyushichisoku &gt; div:first-child { background-image: url("../images/ltr-rikyushichisoku.svg"); }
#ichigoichie &gt; div:last-child { background-image: url("../images/ltr-ichigoichie.svg"); }

ul.rikyushichisoku li { margin-bottom: 15px; font-style: italic; }

.terms ol { margin-bottom: 40px; }

/* Table */
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border-top: 1px solid rgba(234,228,208,1);
}
.cancel th {
    letter-spacing: 0;
    background: rgba(234,228,208,.1);
    white-space: nowrap;
}
th, td {
    font-size: .85rem;
    text-align: center;
    vertical-align: middle;
    padding: 5px 10px;
    border-bottom: 1px solid rgba(234,228,208,1);
    min-width: 120px;
    line-height: 1.25rem;
}
.cancel td { border-bottom: 1px solid rgba(234,228,208,1); }
.cancel th:not(:last-child), .cancel td:not(:last-child) {
    border-right: 1px solid rgba(234,228,208,1);
}
.provTBL { text-align: left; }

/* Contents */

ul.dot li { margin-left: 20px; list-style: disc; line-height: 1.5rem; margin-bottom: 6px; }

.table-wrapper { overflow-x: auto; max-width: calc( 100vw - 100px ); }
.table-wrapper table.nowrap td, .table-wrapper table.nowrap th { white-space: nowrap; }
.table-wrapper table.nowrap td { text-align: left; border-left: 1px solid rgba(234,228,208,1); }
.table-wrapper table.nowrap th:first-child { border-right: 1px solid rgba(234,228,208,1); }
.table-wrapper table.nowrap td { font-size: .8rem !important;  -webkit-text-size-adjust: 100%; }

.bdrBtn { border: 1px solid #ddd; padding: 0 20px; font-size: .85rem; line-height: 28px; }

hr.hr { border-color: #ddd; margin-bottom: 30px; }

.info dd { margin-bottom: 20px; color: #6f3e14; margin-left: 10px; }
.info dd::before { content: "- "; }
.info dd h4 { font-size: 1.025rem; }

.spots li { margin-bottom: 40px; }
.spots li h4 { font-size: 1.35rem; }
.spots li .details { display: flex; }
.spots li .details .imgBox { width: 180px; min-width: 180px; margin-right: 20px; }
.spots li .details .imgBox img { height: 180px; object-fit: cover; }
.spots li .details .txtBox { width: 100%; }

.spots ul { display: flex; flex-wrap: wrap; justify-content: space-between; }
.spots ul li { width: calc( ( 100% - 60px ) / 2 ); }

.arimaonsen .slick-arrow {  }
.arimaonsen .slick-dots { bottom: 10px; }
.arimaonsen .slick-dots li { width: 50px; height: 14px; padding: 0; }
.arimaonsen .slick-dots li button { width: 50px; height: 14px; padding: 5px; }
.arimaonsen .slick-dots li button:before { width: 50px; height: 4px; background-color: #fff; content: ''; top: 5px; opacity: .5; }
.arimaonsen .slick-dots li.slick-active button:before { font-family: none; opacity: .9; }

.slick-prev { left: 0; z-index: 2; width: 40px; height: 40px; }
.slick-next { right: 0; width: 40px; height: 40px; }
.slick-prev:before, .slick-next:before { content: url("../images/icon-arrow-prev.svg"); width: 40px; height: 40px; display: inline-block; }
.slick-next:before { content: url("../images/icon-arrow-next.svg"); }

h3.underline { padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid rgba(111,62,20,.5); }

.rooms { margin-bottom: 0; }
.rooms &gt; div &gt; h3 { margin-bottom: 30px; font-size: 1.35rem; }
.rooms &gt; div &gt; h4 { color: #6f3e14; }
.rooms &gt; div &gt; h5 { margin-bottom: 0; font-size: .9rem; color: rgba(111,62,20,.8); font-weight: normal; }
.rooms &gt; div &gt; hr { width: 80px; opacity: .5; color: #6f3e14; margin-left: 0; margin-bottom: 20px; }

iframe.youtube { width: 1380px; height: calc( 1380px * .5625 ); }
.etiquette { display: flex; justify-content: space-between; }
.etiquette &gt; div:first-child { width: 64%; margin-right: 20px; }
.etiquette &gt; div:last-child { width: 30%; position: relative; }
.etiquette &gt; div:last-child &gt; p { color: #fff; top: 10px; right: 15px; font-size: .85rem; position: absolute; }
.etiquette h3.tac { font-size: 2rem; }
.clm5.etiquette  &gt; div .imgBox { padding: 0 20px; }

.blankR { padding-right: 20%; }
.bathing li { margin-bottom: 15px; }

a.brown { color: #6f3e14; border-bottom: 1px dotted #6f3e14; line-height: 1.25rem; }

/* Day Use */
.anchor { display: flex; justify-content: space-between; flex-wrap: wrap; margin-top: 30px; }
.anchor li { width: 45%; margin-bottom: 20px; }
.anchor li a { background: url("../../wp-content/themes/arimagh/images/common/icon-arrow.svg") 95% 50% / 14px auto no-repeat; font-size: 1.75rem; border-bottom: 1px solid rgba(234, 228, 208, 1); padding: 10px 0 5px 15px; }
.anchor li a:hover { background-color: rgba(111,62,20,.05); }
.wauto {  }
.wauto th { background-color: rgba(234,228,208,.3); }
.t1rem th, .t1rem td { font-size: .9rem; }
h5.brown { color: #6f3e14; }
ul.dishes { display: flex; flex-wrap: wrap; margin-left: -30px; }
ul.dishes li { width: calc( ( 100% - 60px ) / 2 ); margin-left: 30px; margin-bottom: 30px; }
ul.dishes li img { margin-bottom: 5px; }
ul.dishes li .arw, a.arw { color: #6f3e14; font-weight: bold; }
ul.dishes li .arw::after, a.arw::after { content: url("../images/icon-arrow-brown.svg"); width: 15px; display: inline-block; vertical-align: middle; margin-left: 10px; }
.clm2.choice &gt; div:first-child { width: 20%; }
.clm2.choice &gt; div:last-child { width: 73%; }
.rooms &gt; div &gt; h5.large { font-size: 1rem; }
body.closed th, body.closed td { padding-left: 20px; padding-right: 20px; }
.red { color: #900; }

/* Animations */

/* fadeIn */
.fadeInAnim { opacity: 0; }
.revealFadeIn { -webkit-animation-name: fadeIn; animation-name: fadeIn; -webkit-animation-duration: 1200ms; animation-duration: 1200ms; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-delay: .4s; animation-delay: .4s; }
.revealFadeInUp { -webkit-animation-name: fadeInUp; animation-name: fadeInUp; -webkit-animation-duration: 1000ms; animation-duration: 1000ms; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-delay: .4s; animation-delay: .4s; }


@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* fadeInUp */
.fadeInUpAnim { opacity: 0; }
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(80px);
            transform: translateY(80px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(80px);
            transform: translateY(80px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* Footer */

footer { width: 100vw; position: relative; background-color: #6f3e14; padding: 25px 0 0; }
.footer_inner { max-width: 1580px; padding: 40px 50px; margin: 0 auto; }
.footer_inner * { color: #e0dac6; }
.footer_inner a:hover { color: rgba(224,218,198,.75); }
.footer_inner &gt; div &gt; div:first-child { margin-right: 80px; white-space: nowrap; }
.footer_inner ul { display: flex; flex-wrap: wrap; }
.footer_inner nav.main { margin-bottom: 30px; }
.footer_inner ul li { margin-left: 20px; }
.footer_inner ul li a:hover { color: #fff; }
.footer_inner nav.sub ul li a { color: rgba(224,218,198,.7); }
.footer_inner a.mailto { display: inline-block; font-size: .9rem; }
.footerLogo { max-width: 300px; margin-bottom: 50px; }
.address { font-size: .85rem; line-height: 1.35rem; font-weight: normal; color: rgba(224,218,198,.75); }
.copyright, .copyrightyear { font-size: .85rem; color: rgba(224,218,198,.5); }
.tail { margin-top: 30px; padding-top: 30px; border-top: 1px solid rgba(224,218,198,.5); }
.tail .sns img { width: auto; height: 26px; margin-left: 20px; }


/* Basic */
.dispXs { display: none !important; }
.dispMd { display: none !important; }
.hideMd { display: block !important; }

.inline { display: inline-block; }
.underline { border-bottom: 1px dotted #ae3846; }

.flex { display: flex; }
.flex_row { flex-direction: row; }
.flex_column { flex-direction: column; }
.flex_between { justify-content: space-between; }
.flex_wrap { flex-wrap: wrap; }
.flex_noWrap { flex-wrap: nowrap; }
.flex_autoW { flex: 1; }
.flex_start { justify-content: flex-start; align-items: flex-start !important; }
.flex_end { justify-content: flex-end; }
.alignCenter { align-content: center; flex-wrap: wrap; }
.alignBetween { align-content: space-between; }
.justifyCenter { justify-content: center; }

.tal { text-align: left; }
.tac { text-align: center; }
.tar { text-align: right; }

.w30 { width: 30px; }

.mr5 { margin-right: 5px !important; }
.mb0 { margin-bottom: 0px !important; }
.mb5 { margin-bottom: 5px !important; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }
.mt80 { margin-top: 80px !important; }
.mt100 { margin-top: 100px !important; }
.mt-30 { margin-top: -30px !important; }
.pb0 { padding-bottom: 0px !important; }
.pt0 { padding-top: 0px !important; }
.pt30 { padding-top: 30px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb100 { margin-bottom: 100px !important; }
.mb120 { margin-bottom: 120px !important; }
.m0auto { margin: 0 auto; }

.wide { display: block; line-height: 1.125rem; font-size: .85rem; }
.narrow { display: none; line-height: 1.125rem; }

#hero nav .xsArea { display: none; }

#humberger { display: none; position: fixed; top: 0; left: 0; width: 70px; height: 52px; background-color: rgba(255,255,255,.84); padding: 25px 0 0 15px; }
#humberger &gt; .spanBox { position: relative; }
#humberger &gt; .spanBox &gt; span, #humberger &gt; .spanBox &gt; span::before, #humberger &gt; .spanBox &gt; span::after { width: 40px; height: 1.5px; background-color: rgba(111,62,20,1); position: absolute; transition-property: transform; transition-duration: 0.15s; transition-timing-function: ease; }
#humberger &gt; .spanBox &gt; span:first-child { top: -10px; }
#humberger &gt; .spanBox &gt; span:last-child { top: 10px; }

.hideSp { display: block; }
.dispSp { display: none; }

/* Responsive */
@media (max-width: 1479px) {
    iframe.youtube { width: calc( ( 100vw - 100px ) ); height: calc( ( 100vw - 100px ) * .5625 ); }
}
@media (max-width: 1399px) {
    #hero #reserveBox { width: calc( 100vw - 100px ); left: 50px; }
}
@media (max-width: 1279px) {
    .wide { display: none; }
    .narrow { display: block; }
    .footer_inner &gt; div, .footer_inner nav.main ul, .footer_inner nav.sub ul { flex-direction: column; text-align: center; }
    .footerLogo { margin: 0 auto 20px; }
    .address { margin-bottom: 40px;  }
    .footer_inner &gt; div &gt; div:first-child { margin-right: 0; }
    .footer_inner ul { border-top: 1px solid rgba(224,218,198,.25); }
    .footer_inner ul li { border-bottom: 1px solid rgba(224,218,198,.25); margin-left: 0; }
    .footer_inner ul li a { line-height: 2.5rem; color: rgba(224,218,198,1) !important; }
    .sns { justify-content: center; margin-top: 20px; }
    .tail { border-width: 0; margin-top: 0; }
    .clm5 &gt; div { width: calc( ( 100% - 80px ) / 3 ); margin-bottom: 40px; }
    .clm2.reverse.cny &gt; div:first-child &gt; div .bnrBtns &gt; a { line-height: 2rem; }
}
@media (max-width: 1079px) {
    .hideXs { display: none !important; }
    #hero { height: 150vw; }
    .clm2even &gt; div { width: calc( ( 100% - 40px ) / 2 ); }
    .clm2even.route &gt; div { width: 100%; margin-bottom: 20px; }
    .clm2even.spots { display: flex; flex-direction: column; }
    .clm2even.spots &gt; div { width: 100%; }
    .clm3 &gt; div { width: calc( ( 100% - 80px ) / 3 ); }
    .clm2 { margin-bottom: 0; }
    .links.clm3 { margin-left: -40px; }
    .links.clm3 &gt; div { margin-left: 40px; }
    section { padding: 20px 0; }
    .clm4 { flex-wrap: wrap; }
    .clm4 &gt; div { width: calc( ( 100% - 30px ) / 2 ); margin-bottom: 20px; }
    .clm4 .justify, .clm5 .justify { line-height: 1.35rem; text-align: center; }
    .clm2.reverse.cny &gt; div:first-child &gt; div .bnrBtns &gt; a { line-height: 1.75rem; font-weight: .75rem; }
}
@media (max-width: 1024px) {
    #humberger { display: block; z-index: 3; }
    #hero nav ul a { color: rgba(255,255,255,.95); }
    #hero nav ul a:hover { color: rgba(255,255,255,.85); }
    #hero nav { display: none; z-index: 2; top: 0; right: inherit; background-color: #6f3e14; position: fixed; overflow-y: auto; height: 100vh; padding: 10px 15px 110px; }
    #hero nav ul { flex-direction: column; width: 100%; margin-left: 0; }
    #hero nav ul li { margin-left: 0; }
    #hero nav ul a { line-height: 3rem; padding: 1px; text-align: center; width: 100%; border-bottom: 1px solid rgba(255,255,255,.25); }
    #hero nav .xsArea { display: flex; justify-content: center; align-items: center; pointer-events: none; background-color: rgba(255,255,255,.1); height: 52px; width: 100%; color: #482F1A; }
    #humberger.active { /* left: 25px; */ padding-left: 28px; }
    #humberger.active &gt; .spanBox &gt; span:first-child { transform: translateX(-13px) translateY(10px) rotate(45deg); }
    #humberger.active &gt; .spanBox &gt; span:last-child { transform: translateX(-13px) translateY(-10px) rotate(-45deg); }
    #humberger.active &gt; .spanBox &gt; span:nth-child(2) { display: none; }
}
@media (max-width: 999px) {
    #hero #reserveBox { padding-top: 5px; }
    #hero #reserveBox form { flex-direction: column; }
    #hero #reserveBox form &gt; div:first-child { justify-content: center; padding-bottom: 5px; }
    #hero #reserveBox form &gt; div:first-child .narrow { display: none; }
    #hero #reserveBox form &gt; div:first-child .wide { display: block; font-size: .8rem; line-height: 1.5rem; border-bottom: 1px solid rgba(111,62,20,.25); padding: 0 10px0; }
    #hero #reserveBox button { width: 100%; margin-top: 10px; line-height: 2rem; }
    #hero #reserveBox form &gt; div:nth-child(2) { justify-content: center; }
    section { padding: 0 0 30px; }
    .clm2 { flex-direction: column; }
    .clm2 &gt; div { width: 100% !important; }
    .clm2 &gt; div:last-child { margin-top: 40px; }
    .left-wing { margin-left: 0; }
    .right-wing { margin-right: 0; }
    .clm2 &gt; div:last-child.right-wing, .clm2.reverse &gt; div:first-child.left-wing { width: 100%; }
    .innerWrapper { padding: 0 30px; }
    .hideMd { display: none !important; }
    .dispMd { display: block !important; }
    .accessSect .sub2 { width: 40%; right: 30px; }
    .table-wrapper { max-width: calc( 100vw - 60px ); }
    .person_489ban, .stay_489ban { margin-right: 0 !important; }
    .search_489ban label { font-size: .75rem; }
    .search_489ban select, .date_489ban &gt; dd &gt; input[name="date"] { font-size: .8rem !important; padding: 0 5px; line-height: 1.35rem; }
    .date_489ban &gt; dd &gt; label { padding: 0 5px; line-height: 1.35rem; }
    .stay_489ban, .person_489ban, .date_489ban &gt; dt &gt; label { margin-right: 8px !important; }
    iframe.youtube { width: calc( ( 100vw - 60px ) ); height: calc( ( 100vw - 60px ) * .5625 ); }
    .blankR { padding-right: 0; }
    .etiquette { flex-wrap: wrap; }
    .etiquette &gt; div { width: 100% !important; margin-right: 0; }
    .etiquette &gt; div:last-child { margin-top: 20px; margin-bottom: 30px; }
    .search_489ban button { padding: 0 15px; }
    .clm2.reverse.cny &gt; div:first-child &gt; div .bnrBtns { top: 50%; width: 60%; flex-direction: column; }
    .clm2.reverse.cny &gt; div:first-child &gt; div .bnrBtns &gt; a { width: 100%; line-height: 3rem; margin-bottom: 7%; }
}
@media (max-width: 939px) {
    #hero .logo { margin-bottom: 150px; width: 30vw; }
    #hero #reserveBtn { width: 100vw; left: 0; padding: 10px; border-bottom: 1px solid rgba(0,0,0,.075);  }
    .search_489ban { flex-direction: column; width: calc(100vw - 60px); }
    .search_489ban form { flex-wrap: wrap; /* 2024.1018 flex-direction: column; */ justify-content: center; }
    .search_489ban &gt; form &gt; dl.date_489ban, .search_489ban .inbox_489ban, .search_489ban button, .stay_489ban { width: 100%; margin-right: 0; margin-bottom: 0; justify-content: space-between; }
    .search_489ban button { margin-bottom: 13px; margin-left: 0; margin-top: 8px; height: auto; }
    #hero #reserveBtn a.daytrip { margin-left: 0; }
    .clm2.reverse.cny &gt; div:first-child &gt; div .bnrBtns &gt; a { width: 100%; line-height: 3rem; margin-bottom: 6%; }
}
@media (max-width: 767px) {
    h3 { font-size: 1.125rem; }
    h4 { font-size: 1.025rem; }
    th { min-width: inherit; }
    #wrapper { padding: 20px 0; }
    .footerLogo { width: 50vw; }
    .footer_inner { padding: 10px 15px 40px; }
    .footer_inner &gt; nav { padding-left: 15px; padding-right: 15px; }
    .footer_inner ul li a { font-size: .85rem; }
    .hideXs { display: none !important; }
    .dispXs { display: block !important; }
    .hideXs.inline { display: none; }
    #hero { height: 500px !important; }
    #hero #reserveBox { width: 100vw; left: 0; }
    #hero #reserveBox form &gt; div:nth-child(2), .clm3, .double, .clm2even { flex-direction: column; }
    #hero #reserveBox form { margin-left: -10px; }
    #hero #reserveBox form &gt; div, #hero #reserveBox form &gt; div:nth-child(2) &gt; div &gt; div { margin-left: 10px; }
    #hero #reserveBox form &gt; div:nth-child(2) &gt; div:first-child { justify-content: center; }
    #hero .logo { width: 48vw; }
    .innerWrapper { padding: 0 15px; width: 100vw; }
    .footer_inner &gt; div &gt; div:first-child { white-space: normal; }
    .plans .desc { margin-bottom: -5px; }
    .left-wing, .right-wing { margin-right: -15px; margin-left: -15px; }
    .clm2 &gt; .left-wing, .clm2 &gt; .right-wing { width: 100vw !important; }
    .double &gt; div { width: 100%; margin-bottom: 15px; }
    .clm5 { flex-wrap: wrap; margin-bottom: 0; }
    .clm5 &gt; div { width: calc( ( 100% - 15px ) / 2 ); margin-bottom: 15px; }
    .more a { padding-top: 10px; }
    .clm2 &gt; div.null { margin-top: 0 !important; }
    .links.clm3 { margin-left: 0; }
    .links.clm3 &gt; div { margin-left: 0; }
    .clm3 &gt; div { width: calc( 100vw - 30px ); margin-bottom: 15px; }
    .clm3.relax &gt; div { width: calc(100vw - 30px); }
    .accessSect .sub1, .accessSect .sub2 { position: relative; left: inherit; top: inherit; right: inherit; bottom: inherit; width: 100%; margin-top: 20px; }
    section:first-child { padding: 30px 0; }
    .clm4 &gt; div { width: 100%; }
    .clm4.relax &gt; div { width: 50%; margin-bottom: 0; }
    .clm4 .justify { text-align: justify; }
    .table-wrapper { max-width: calc( 100vw - 30px ); }
    #hero #reserveBtn, #hero #reserveBtn &gt; .search_489ban { /* display: none; */ }
    nav &gt; .search_489ban { display: block; background-color: rgba(255,255,255,.95); padding: 15px 15px 10px; margin: 25px auto 30px; max-width: 340px; }
    iframe.youtube { width: calc( ( 100vw - 30px ) ); height: calc( ( 100vw - 30px ) * .5625 ); }
    .clm5.etiquette  &gt; div { margin-bottom: 40px; }
    .clm5.etiquette  &gt; div .imgBox { padding: 0 40px; }
    .spots li .details { flex-direction: column; }
    .spots li .details .imgBox { width: 100%; height: calc( ( 100vw - 30px ) * .625 ); margin-bottom: 15px; }
    .spots li .details .imgBox img { height: calc( ( 100vw - 30px ) * .625 ); }
    .hideSp { display: none; }
    .dispSp { display: block; }
    .spots ul li { width: 100%; }
    .search_489ban { width: calc(100vw - 30px); }
    .clm2.reverse.cny &gt; div:first-child &gt; div .bnrBtns { top: 42%; width: 60%; flex-direction: column; }
    .clm2.reverse.cny &gt; div:first-child &gt; div .bnrBtns &gt; a { width: 100%; line-height: 2.25rem; margin-bottom: 8%; font-size: .85rem; }
    .anchor li { width: 100%; }
    .wauto th, .wauto td { white-space: nowrap; }
    .t1rem td, .t1rem th { font-size: .85rem; }
    ul.dishes li { width: 100%; }
    .clm2.choice &gt; div:last-child { margin-top: 0; }
    table.expanding th, table.expanding td { display: block; white-space: normal; }
}
@media (max-width: 549px) {
    #humberger { /* right: 55px; */ }
    .clm5 &gt; div { width: calc( 100vw - 30px ); }
    #hero .logo { width: 64vw; }
    .clm2.reverse.cny &gt; div:first-child &gt; div .bnrBtns { top: 38%; }
    .clm2.reverse.cny &gt; div:first-child &gt; div .bnrBtns &gt; a { width: 100%; line-height: 1.85rem; margin-bottom: 6%; font-size: .85rem; }
}
@media (max-width: 449px) {
    #hero .logo { width: 64vw; }
}</pre></body></html>