@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1.5em;
  font-weight: bold;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

ol, ul {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}

table {
  width: 100%;
  margin-bottom: 1.5em;
  border-collapse: collapse;
  border-spacing: 0;
}

table th,
table td {
  padding: 0.5em;
  border: 1px solid #000;
}

table th {
  font-weight: bold;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
  word-break: break-word;
}

p {
  margin-bottom: 1.5em;
}

a:hover {
  text-decoration: none;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  word-break: normal;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  -webkit-appearance: none;
  font: inherit;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

textarea {
  overflow: auto;
  white-space: pre-line;
  resize: none;
  line-height: 1.5;
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
  html,
body {
    margin: 0;
  }
  @page {
    margin: 0;
    size: 16.5in 25.5in;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
html {
  line-height: 1;
  opacity: 1;
  transition: opacity 0.3s ease;
}
html:not(.is-visible) {
  opacity: 0;
}

body {
  color: #404040;
  font-family: "游ゴシック", YuGothic, "Yu Gothic", Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  line-height: 1.4;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  transition: opacity 0.3s ease;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  font-size: 0.14rem;
  overflow-y: scroll;
}
.is-android body {
  font-weight: 400;
}

.hidden {
  display: none;
}

.trans {
  opacity: 1;
  transition: opacity 0.26s ease;
  text-decoration: none;
}
.trans:hover {
  opacity: 0.8;
}

.image-common {
  width: 100%;
  display: block;
}

.container {
  overflow: hidden;
}

@media print, (min-width: 768px) {
  html {
    font-size: 625%;
  }
  .container {
    min-width: 1300px;
  }
  .wrapper {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
  .sm {
    display: none !important;
  }
  .is-tablet .is-open-mega {
    overflow: hidden;
  }
}
@media only screen and (max-width: 767.98px) {
  html {
    font-size: 26.6666666667vw;
    min-height: 100vh;
  }
  .container {
    min-width: 320px;
  }
  .wrapper {
    padding-left: 0.28rem;
    padding-right: 0.28rem;
  }
  .md {
    display: none !important;
  }
  .is-has-menu {
    position: fixed;
    width: 100%;
    left: 0;
  }
}
.font-zen {
  font-family: "zen-old-mincho", sans-serif;
}

.font-garamond {
  font-family: "garamond-premier-pro-display", serif;
}

.header-site {
  position: relative;
  z-index: 500;
}
.header-site ul {
  margin: 0;
  list-style: none;
}
.header-site .navigation-list,
.header-site .contact-list {
  padding-left: 0;
}

.header-logo .logo-image {
  display: inline-block;
}

.navigation-list a {
  color: #404040;
  text-decoration: none;
}

.navigation-sub {
  line-height: 1.75;
}

@media print, (min-width: 768px) {
  .header-site {
    padding-bottom: 18px;
    opacity: 0;
  }
  .wf-active .header-site {
    opacity: 1;
    transition: opacity 0.2s;
  }
  .header-site .wrapper {
    width: auto;
    max-width: 1366px;
    min-width: 1200px;
  }
  .header-site .contact-link {
    padding-left: 12px;
    font-weight: 500;
  }
  .header-site .contact-link::before {
    width: 6px;
    height: 10px;
    left: 0;
    top: 4px;
  }
  .is-mac .header-site .contact-link::before {
    top: 2px;
  }
  .is-tablet .header-site .contact-link::before {
    top: 5px;
  }
  .header-site .sub-link,
.header-site .contact-link {
    color: #404040;
    position: relative;
  }
  .header-site .sub-link::before,
.header-site .contact-link::before {
    content: "";
    position: absolute;
    background: url(../img/common/icon_arrow_01.svg) no-repeat center/100% auto;
  }
  .header-logo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
    font-size: 0.12rem;
    font-weight: 500;
    padding: 14px 0 0 18px;
  }
  .header-logo .header-text {
    margin: 4px 0 0;
  }
  .header-logo .logo-image {
    width: 302px;
    margin-right: 18px;
  }
  .header-top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .header-contact,
.header-contact .contact-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
  }
  .header-contact .contact-list {
    /*margin: 16px 38px 0 0;*/
	 margin: 16px 25px 0 0;
  }
  .header-contact .contact-list > li:not(:first-child) {
    margin-left: 26px;
  }
  .header-contact .contact-phone {
    /*width: 214px;
    display: block;
    margin: 13px 25px 0 0;*/
	 width: 350px;
	 display: flex;
	 margin: 6px 8px 0 0;
  }
  .header-contact .contact-tell{
	 margin-right: 15px;
	 padding-right: 15px;
}
  .contact-tell:first-child{
	 border-right: dotted 1px #707070;
}
	.contact-tell:last-child{
	 margin-right: 0px;
	 padding-right: 0px;
}
	.header-contact .contact-tell p{
	 font-size: 12px;
    margin-bottom: 8px;
	 background-color: #F0F0F0;
	 text-align: center;
	 color: #585248;
}
  .header-contact .contact-button {
    width: 188px;
    height: 70px;
    background: #a79d8e;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    font-family: "zen-old-mincho", sans-serif;
    font-size: 0.17rem;
  }
  .header-contact .contact-button > span {
    padding-left: 31px;
    position: relative;
  }
  .header-contact .contact-button > span::before {
    width: 25px;
    height: 25px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    background: #a79d8e url(../img/common/icon_monitor.svg) no-repeat center/25px auto;
  }
  .navigation {
    padding: 12px 15px 0 0;
    font-size: 0.15rem;
    font-weight: 500;
    height: auto !important;
    display: block !important;
  }
  .navigation-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: end;
        justify-content: flex-end;
    padding: 0;
  }
  .navigation-list > li {
    border-left: 1px solid #ccc;
  }
  .navigation-list .navigation-link {
    padding: 7px 16px 7px 17px;
    display: block;
    cursor: pointer;
  }
  .navigation-list .navigation-head {
    font-family: "zen-old-mincho", sans-serif;
    font-size: 0.22rem;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
    pointer-events: none;
    font-weight: 400;
  }
  .navigation-list .navigation-head:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    background: #a79d8e;
  }
  .navigation-list .navigation-sub {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .navigation-list .navigation-sub > li {
    width: 300px;
    padding-right: 20px;
    margin-bottom: 14px;
  }
  .navigation-list .navigation-image {
    position: absolute;
    left: 50%;
    right: 0;
    top: 18px;
    bottom: 0;
    z-index: 2;
    margin-left: 163px;
  }
  .navigation-list .navigation-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .navigation-list .sub-link {
    padding-left: 16px;
  }
  .navigation-list .sub-link::before {
    width: 8px;
    height: 12px;
    left: 0;
    top: 3px;
  }
  .is-mac .navigation-list .sub-link::before {
    top: 1px;
  }
  .is-tablet .navigation-list .sub-link::before {
    top: 4px;
  }
  .has-sub .navigation-link {
    cursor: pointer;
    padding-right: 32px;
    position: relative;
  }
  .has-sub .navigation-link:after {
    content: "";
    position: absolute;
    right: 17px;
    top: 50%;
    margin-top: -6px;
    width: 8px;
    height: 11px;
    -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    background: url(../img/common/icon_arrow_01.svg) no-repeat center center/100% auto;
    transition: 0.26s ease;
  }
  .mega {
    left: 0;
    top: calc(100% - 18px);
    width: 100%;
    position: absolute;
    z-index: 100;
    -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s, visibility 0.4s, transform 0.4s;
    padding-top: 18px;
  }
  .mega:after, .mega:before {
    content: "";
    position: absolute;
    left: 0;
    top: 17px;
    bottom: 0;
    width: 100%;
    pointer-events: none;
  }
  .mega:after {
    background: #fff;
  }
  .mega:before {
    z-index: 3;
    box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  .mega .mega-inner {
    width: 1028px;
    margin: 0 auto;
    padding: 42px 380px 34px 0;
    min-height: 201px;
    position: relative;
    z-index: 3;
  }
  html:not(.is-tablet) .has-sub:hover .mega,
.is-tablet .has-sub.is-has-sub .mega {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    -ms-transform: translateY(0);
        transform: translateY(0);
  }
  html:not(.is-tablet) .has-sub:hover .navigation-link:after,
.is-tablet .has-sub.is-has-sub .navigation-link:after {
    -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
  }
}
@-moz-document url-prefix() {
   .header-contact .contact-tell{
	 width:168px;
}
	.contact-tell:last-child{
	 padding-right: 15px;
}
}
@media only screen and (max-width: 767.98px) {
  .header-site .wrapper {
    padding: 0;
  }
    .header-site .header-top {
    padding: 0.2rem 0.1rem;
    background: #fff;
    position: relative;
    z-index: 999;
	height: 0.65rem;
  }
  .header-logo .logo-image {
    width: 1.65rem;
    display: block;
  }
  .header-links,
.button-menu {
    font-size: 0.1rem;
    font-family: "zen-old-mincho", sans-serif;
    text-align: center;
  }
  .header-links {
    white-space: nowrap;
    list-style: none;
    padding-left: 0;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
	top: 0;
	right: 0.62rem;
	height:100%;
  }
  .header-links li{
    background-color: #585248;
    display: flex;
    width: 60px;
	height:100%;
	margin: auto;
    position: relative;
	align-items:center;
	justify-content:center;
    top: 0;
	padding: 0;
	}
  .header-links > li:not(:first-child) {
	background-color: #A79C8E;
  }
  .header-links a {
    display: block;
    position: relative;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
  }
  .header-links a:before {
    content: "";
    width: 0.25rem;
    height: 0.25rem;
    background: no-repeat center center/100% auto;
	display:block;
	margin:0 auto 3px;
  }
  .header-links .icon-email:before {
    background-image: url(../img/common/icon_mail_02.svg);
  }
  .header-links .icon-reservation:before {
    background-image: url(../img/common/icon_reservation_03.svg);
  }
  .navigation {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    padding-top: 0.6rem;
    font-size: 0.14rem;
    line-height: 1.75;
    font-weight: 500;
    z-index: 800;
    display: none;
    background: #fff;
  }
  .navigation .navigation-inner {
    padding: 0.3rem 0.28rem;
    height: 100%;
    width: 100%;
    overflow-y: auto;
  }
  .navigation .button-reservation {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    background: #a79d8e;
    color: #fff;
    font-size: 0.18rem;
    text-decoration: none;
    width: 2.8rem;
    height: 0.65rem;
    margin: 0 auto;
    font-family: "zen-old-mincho", sans-serif;
    padding: 0.1rem 0.2rem;
    opacity: 0;
    transition: opacity 0.4s;
  }
  .navigation .button-reservation > span {
    display: block;
    padding-left: 0.4rem;
    position: relative;
  }
  .navigation .button-reservation > span:before {
    content: "";
    width: 0.3rem;
    height: 0.3rem;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.15rem;
    background: url(../img/common/icon_reservation_02.svg) no-repeat center center/100% auto;
  }
  .navigation-list {
    padding-bottom: 1rem;
  }
  .navigation-list > li {
    position: relative;
  }
  .navigation-list > li.is-reservation {
    padding-top: 0.3rem;
  }
  .navigation-list > li.is-animated:before {
    -ms-transform: scaleX(1);
        transform: scaleX(1);
    transition: transform 0.8s 0.3s cubic-bezier(0, 0.4, 0.3, 1);
  }
  .navigation-list > li:before {
    border-bottom: 1px solid #dedede;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    -ms-transform-origin: left;
        transform-origin: left;
    -ms-transform: scaleX(0);
        transform: scaleX(0);
  }
  .navigation-list .animate-item {
    opacity: 0;
    -ms-transform: translateX(-16%);
        transform: translateX(-16%);
    transition: opacity 0.4s, transform 0.5s;
  }
  .navigation-list .is-animated .animate-item {
    opacity: 1;
    -ms-transform: translateX(0);
        transform: translateX(0);
    transition: opacity 1.4s 0.2s, transform 0.8s 0.15s cubic-bezier(0, 0.4, 0.3, 1);
  }
  .navigation-list .is-animated .button-reservation {
    opacity: 1;
    transition: opacity 1.4s;
  }
  .navigation-list .navigation-link,
.navigation-list .navigation-head {
    display: block;
    padding: 0.19rem 0.1rem;
  }
  .navigation-list .navigation-head {
    margin-bottom: 0;
    position: relative;
  }
  .navigation-list .navigation-head:before, .navigation-list .navigation-head:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -0.13rem;
    width: 0.26rem;
    height: 0.26rem;
    border-radius: 100%;
  }
  .navigation-list .navigation-head:before {
    background: #a79d8e url(../img/common/icon_expand_off.svg) no-repeat center center/0.14rem auto;
  }
  .navigation-list .navigation-head:after {
    background: #a79d8e url(../img/common/icon_expand_on.svg) no-repeat center center/0.14rem auto;
    opacity: 0;
  }
  .navigation-list .navigation-head.is-active:before {
    opacity: 0;
  }
  .navigation-list .navigation-head.is-active:after {
    opacity: 1;
  }
  .navigation-sub {
    border-top: 1px solid #dedede;
    padding: 0.13rem 0.1rem;
    display: none;
  }
  .navigation-sub a {
    display: block;
    position: relative;
    padding: 0.09rem 0 0.09rem 0.28rem;
  }
  .navigation-sub a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.13rem;
    width: 0.18rem;
    height: 0.18rem;
    border-radius: 100%;
    background: #a79d8e url(../img/common/icon_arrow_right_white.svg) no-repeat center center/0.06rem auto;
  }
  .button-menu {
    position: absolute;
    right: 0.08rem;
    top: 0.11rem;
    width: 0.46rem;
    height: 0.46rem;
    padding-top: 0.33rem;
  }
  .button-menu > span:after {
    content: "メニュー";
    display: block;
  }
  .button-menu:before, .button-menu:after, .button-menu > span:before {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -0.13rem;
    border-bottom: 2px solid #585248;
    border-radius: 0.1rem;
    width: 0.25rem;
    transition: all 0.4s ease;
  }
  .button-menu:before {
    top: 0.07rem;
  }
  .button-menu:after {
    top: 0.15rem;
  }
  .button-menu > span:before {
    top: 0.23rem;
  }
  .button-menu.is-active > span:after {
    content: "閉じる";
  }
  .button-menu.is-active > span:before {
    top: 0.15rem;
    animation: button-first 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96) forwards;
  }
  .button-menu.is-active:before {
    top: 0.15rem;
    animation: button-second 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96) forwards;
  }
  .button-menu.is-active:after {
    opacity: 0;
  }
}
@keyframes button-first {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-45deg);
  }
}
@keyframes button-second {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(45deg);
  }
}
.footer-site {
  background: #f4f4f4;
}
.footer-site .info-content {
  margin: 0;
  font-size: 0.12rem;
  font-weight: 500;
  line-height: 1.7;
}
.footer-site .info-phone {
  color: #404040;
}
.info-content .insta{
	display: block;
	margin-top: 10px;
    width: 18px;
    height: 18px;
	background: url(../img/common/icon_insta.svg) no-repeat center / 100% auto;
}
.footer-site .navigation-link {
  font-weight: 500;
}

.footer-banner {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-banner .banner-link {
  display: block;
}

.footer-copyright {
  display: block;
  text-align: center;
  font-weight: 500;
}

@media print, (min-width: 768px) {
  .footer-site {
    padding: 71px 0 20px;
  }
  .footer-site .wrapper {
    max-width: 970px;
  }
  .footer-site .info-content {
    padding-left: 3px;
  }
  .footer-site .info-phone {
    pointer-events: none;
  }
  .footer-inner {
    margin-bottom: 37px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-logo {
    margin-bottom: 13px;
    width: 242px;
  }
  .footer-navigation {
    padding: 10px 0 0 89px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex: 1;
        flex: 1;
  }
  .footer-navigation .navigation-column {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 19px;
  }
  .footer-navigation .navigation-column:nth-child(3n+1) {
    width: 300px;
  }
  .footer-navigation .navigation-column:nth-child(3n+2) {
    width: 179px;
  }
  .footer-navigation .navigation-column:nth-child(3n+3) {
    width: 160px;
  }
  .footer-navigation .navigation-column:not(:nth-child(3n+3)) {
    padding-right: 5px;
  }
  .footer-navigation .navigation-column > li:not(:last-child) {
    margin-bottom: 18px;
  }
  .footer-navigation .navigation-link {
    padding-left: 16px;
    color: #404040;
    position: relative;
    font-size: 0.15rem;
    display: inline-block;
  }
  .footer-navigation .navigation-link::before {
    width: 8px;
    height: 12px;
    position: absolute;
    content: "";
    top: 4px;
    left: 0;
    background: url(../img/common/icon_arrow_01.svg) no-repeat center/100% auto;
  }
  .footer-navigation .navigation-link.is-spacing {
    letter-spacing: -0.05em;
  }
  .footer-banner {
    margin-bottom: 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-banner > li {
    width: 310px;
    margin-bottom: 20px;
  }
  .footer-banner > li:not(:nth-child(3n)) {
    margin-right: 20px;
  }
  .footer-copyright {
    font-size: 0.12rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-site {
    padding: 0.4rem 0 0.9rem;
  }
  .footer-site .wrapper {
    padding-left: 0.49rem;
    padding-right: 0.49rem;
  }
  .footer-inner {
    margin-bottom: 0.15rem;
  }
  .footer-logo {
    margin-bottom: 0.1rem;
    width: 2.52rem;
  }
  .footer-banner {
    width: 2.75rem;
    margin: 0 auto 0.48rem;
  }
  .footer-banner > li:not(:last-child) {
    margin-bottom: 0.1rem;
  }
  .footer-copyright {
    margin: 0 -0.05rem;
    font-size: 0.1rem;
  }
  .button-to-top {
    position: fixed;
    bottom: 0.1rem;
    right: 0.1rem;
    display: none;
    z-index: 20;
  }
  .button-to-top > span {
    cursor: pointer;
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: #fff url(../img/common/icon_button_top.svg) no-repeat center/0.19rem auto;
    box-shadow: 0 0 0.06rem rgba(0, 0, 0, 0.4);
  }
}
.title-primary,
.title-default,
.title-basic {
  font-family: "zen-old-mincho", sans-serif;
  position: relative;
  font-weight: 400;
}
.title-primary::after,
.title-default::after,
.title-basic::after {
  content: "";
  position: absolute;
  height: 1px;
  bottom: 0;
}

.title-primary,
.title-default {
  text-align: center;
}
.title-primary::after,
.title-default::after {
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  background: #a79d8e;
}

.title-primary .is-english {
  font-family: "garamond-premier-pro-display", serif;
  display: block;
  color: #a79d8e;
}
.title-primary.is-left {
  text-align: left;
}
.title-primary.is-left::after {
  left: 0;
  -ms-transform: none;
      transform: none;
}

.title-default,
.title-basic {
  line-height: 1.6;
}

.title-basic:after {
  left: 0;
  background: #585248;
}

.wf-active .title-primary,
.wf-active .title-default,
.wf-active .title-basic {
  opacity: 1;
  transition: 0.26s ease;
}

@media print, (min-width: 768px) {
  .title-primary,
.title-default {
    font-size: 0.28rem;
  }
  .title-primary::after,
.title-default::after {
    width: 50px;
  }
  .title-primary {
    padding-bottom: 25px;
    margin-bottom: 70px;
  }
  .title-primary .is-english {
    margin-bottom: 6px;
    font-size: 0.22rem;
  }
  .title-primary .is-english.is-big {
    font-size: 0.25rem;
  }
  .title-primary.is-text-left {
    text-align: left;
  }
  .title-primary.is-text-left::after {
    left: 0;
    -ms-transform: none;
        transform: none;
  }
  .title-primary.is-line-long::after {
    width: 198px;
    height: 2px;
  }
  .title-default {
    padding-bottom: 24px;
  }
  .title-basic {
    font-size: 0.25rem;
    padding-bottom: 12px;
  }
  .title-basic:after {
    width: 107px;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-primary {
    margin-bottom: 0.4rem;
    padding-bottom: 0.15rem;
    font-size: 0.2rem;
  }
  .title-primary::after {
    width: 0.5rem;
  }
  .title-primary .is-english {
    margin-bottom: 0.06rem;
    font-size: 0.18rem;
  }
  .title-default {
    padding-bottom: 0.17rem;
    font-size: 0.2rem;
  }
  .title-default::after {
    width: 0.36rem;
  }
  .title-basic {
    font-size: 0.2rem;
    padding-bottom: 0.14rem;
  }
  .title-basic:after {
    width: 0.5rem;
  }
}
.inquiry-control {
  position: fixed;
  width: 100%;
  top: 50%;
  left: 0;
  text-align: right;
  z-index: 60;
  pointer-events: none;
  opacity: 0;
}
.inquiry-control.is-fixed {
  position: absolute;
  bottom: auto;
  left: auto !important;
}
.inquiry-control .control-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.inquiry-control .control-link {
  width: 100%;
  writing-mode: vertical-lr;
  pointer-events: auto;
  background: #585248;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  color: #fff;
  font-family: "zen-old-mincho", sans-serif;
  font-size: 0.17rem;
  letter-spacing: -0.26em;
}
.is-firefox .inquiry-control .control-link, .is-safari .inquiry-control .control-link {
  letter-spacing: 0.1em;
}
.inquiry-control .control-link > span {
  position: relative;
}
.inquiry-control .control-link > span::before {
  top: 0;
  left: 50%;
  background: #585248 url(../img/common/icon_monitor.svg) no-repeat center/100% auto;
  content: "";
  position: absolute;
}
.inquiry-control .control-link.is-mail {
  background: #7aa3af;
  letter-spacing: -0.4em;
}
.is-firefox .inquiry-control .control-link.is-mail, .is-safari .inquiry-control .control-link.is-mail {
  letter-spacing: 0.1em;
}
.inquiry-control .control-link.is-mail > span::before {
  background: #7aa3af url(../img/common/icon_mail.svg) no-repeat center/100% auto;
}

.wf-active .inquiry-control {
  opacity: 1;
  transition: opacity 0.2s;
}

@media print, (min-width: 768px) {
  .inquiry-control {
    min-width: 1300px;
  }
  .inquiry-control .control-list {
    width: 57px;
    margin-left: auto;
  }
  .inquiry-control .control-list > li:not(:last-child) {
    margin-bottom: 10px;
  }
  .inquiry-control .control-link {
    padding: 18px 10px 21px;
    border-radius: 10px 0 0 10px;
  }
  .inquiry-control .control-link > span {
    padding-top: 27px;
  }
  .is-firefox .inquiry-control .control-link > span, .is-safari .inquiry-control .control-link > span {
    padding-top: 33px;
  }
  .inquiry-control .control-link > span::before {
    width: 25px;
    height: 25px;
    margin-left: -12px;
  }
  .is-mac .inquiry-control .control-link > span::before, .is-safari .inquiry-control .control-link > span::before {
    margin-left: -13px;
  }
  .inquiry-control .control-link.is-mail {
    padding-top: 13px;
    padding-bottom: 27px;
  }
}
.button-primary {
  font-family: "zen-old-mincho", sans-serif;
  color: #585249;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  border: 1px solid #585249;
  margin: 0 auto;
  background: #fff;
}
.button-primary::after {
  content: "";
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  background: url(../img/common/icon_button_right.svg) no-repeat center/100% auto;
}

@media print, (min-width: 768px) {
  .button-primary {
    width: 250px;
    min-height: 60px;
    padding: 5px 35px 7px;
    border-radius: 30px;
    font-size: 0.16rem;
  }
  .button-primary::after {
    width: 16px;
    height: 16px;
    right: 17px;
  }
  .button-primary.is-small {
    width: 150px;
    min-height: 36px;
    font-size: 0.12rem;
  }
  .button-primary.is-small::after {
    width: 10px;
    height: 11px;
    margin-top: -1px;
    right: 23px;
  }
  .is-firefox .button-primary.is-small::after {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-primary {
    width: 2.3rem;
    min-height: 0.5rem;
    padding: 0.05rem 0.35rem 0.07rem;
    border-radius: 0.3rem;
    font-size: 0.15rem;
  }
  .button-primary::after {
    width: 0.13rem;
    height: 0.13rem;
    right: 0.15rem;
  }
  .button-primary.is-small {
    width: 1.5rem;
    min-height: 0.36rem;
    font-size: 0.12rem;
  }
  .button-primary.is-small::after {
    width: 0.1rem;
    height: 0.11rem;
    right: 0.23rem;
  }
}
.button-secondary,
.button-tertiary {
  text-align: center;
  color: #fff;
}

@media print, (min-width: 768px) {
  .button-secondary,
.button-tertiary {
    /*width: 307px;*/
    padding: 10px;
    border-radius: 5px;
    box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.25);
  }
}
@media only screen and (max-width: 767.98px) {
  .button-secondary,
.button-tertiary {
    width: 2.8rem;
    min-height: 0.65rem;
    padding: 0.1rem;
    border-radius: 0.05rem;
    box-shadow: 0.04rem 0.04rem 0 rgba(0, 0, 0, 0.25);
  }
}
.button-secondary {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background: #a79d8e;
  margin: auto;
  font-family: "zen-old-mincho", sans-serif;
}
.button-secondary > span {
  position: relative;
}
.button-secondary > span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-radius: 50%;
  background: #a79d8e no-repeat center/100% auto;
}

@media print, (min-width: 768px) {
  .button-secondary {
    min-height: 76px;
    font-size: 0.2rem;
	  width: 650px;
  }
  .button-secondary > span {
    padding-left: 45px;
  }
  .button-secondary > span::before {
    width: 36px;
    height: 36px;
    margin-top: -18px;
    background-image: url(../img/common/icon_monitor.svg);
  }
}
@media only screen and (max-width: 767.98px) {
  .button-secondary {
    font-size: 0.18rem;
  }
  .button-secondary > span {
    padding-left: 0.45rem;
  }
  .button-secondary > span::before {
    width: 0.38rem;
    height: 0.38rem;
    margin-top: -0.19rem;
    background-image: url(../img/common/icon_reservation_02.svg);
  }
}

.button-tertiary {
  background: #7aa3af;
  display: block;
  font-weight: 500;
}
.button-tertiary h3{
	margin: 0 0 10px 0;
   font-family: "zen-old-mincho", sans-serif;
}
.button-tertiary p{
	margin-bottom: 0.5em;
	font-size:12px;
}
.tell-button02 {
	background: #6485AC;
  display: block;
  font-weight: 500;
}
.button-tertiary > span {
  display: block;
}

@media print, (min-width: 768px) {
  .button-tertiary {
    min-height: 78px;
    /*padding-top: 20px;*/
    font-size: 0.12rem;
  }
  .button-tertiary > span {
    width: 214px;
  }
  .button-tertiary h3{
   border-bottom: solid 1px #fff;
   padding: 5px;
}
.button-tertiary > span {
  margin: 0 auto 5px;
}
}
@media only screen and (max-width: 767.98px) {
  .button-tertiary {
    padding-top: 0.12rem;
    font-size: 0.1rem;
  }
  .button-tertiary > span {
    /*margin-bottom: 1px;
    width: 1.8rem;*/
	 width: 2.5rem;
	 background: #FFF;
	 padding: 8px 0;
	 border-radius:5px;
	 margin:0 auto 10px;
    box-shadow: 0.03rem 0.03rem 0 rgba(0, 0, 0, 0.15);
  }
	.button-tertiary > span img{
	 width: 85%;
    margin: auto;
	}
	.contact-button .button-secondary ,
	.contact-button .button-tertiary{
	 width:3.0rem;
	 margin:0 auto 20px;
	}
}
.section-common-contact {
  background: no-repeat center/cover;
  color: #fff;
}
.section-common-contact .contact-title {
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 400;
}
.section-common-contact .contact-text {
  margin: 0;
  font-weight: 500;
  line-height: 2.133;
}
.section-common-contact .contact-button {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media print, (min-width: 768px) {
  .section-common-contact {
    padding: 68px 0 67px;
    background-image: url(../img/common/contact_background.jpg);
  }
  .section-common-contact .wrapper {
    padding-right: 6px;
    display: -ms-flexbox;
    /*display: flex;*/
	 display:block;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
  }
  .section-common-contact .contact-button {
    /*width: 307px;*/
  }
  .section-common-contact .contact-button > li:not(:last-child) {
    margin-bottom: 19px;
  }
  .section-common-contact .contact-content {
    padding: 11px 0 0 0;
    /*-ms-flex: 1;
        flex: 1;*/
	 text-align: center;
  }
  .section-common-contact .contact-title {
    margin-bottom: 24px;
    font-size: 0.28rem;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.62), 0 0 10px rgba(0, 0, 0, 0.62);
  }
  .section-common-contact .contact-text {
    font-size: 0.15rem;
	  margin: 20px 0 35px;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.62), 0 0 6px rgba(0, 0, 0, 0.62);
  }
  .section-common-contact .button-tertiary {
    pointer-events: none;
    line-height: 1.5;
  }
	.tell_contact{
	  display:flex;
	  width:650px;
	  margin:auto;
	  justify-content: space-between;
	}
	.tell_contact li{
	  width:315px;
	}
}
@media only screen and (max-width: 767.98px) {
  .section-common-contact {
    padding: 0.62rem 0 0.61rem;
    background-image: url(../img/common/sp/contact_background.jpg);
  }
  .section-common-contact .contact-button {
    /*width: 2.8rem;*/
    margin: 0 auto;
  }
  .section-common-contact .contact-button > li:not(:last-child) {
    margin-bottom: 0.15rem;
  }
  .section-common-contact .contact-content {
    margin-bottom: 0.41rem;
  }
  .section-common-contact .contact-title {
    margin-bottom: 0.25rem;
    font-size: 0.24rem;
    line-height: 1.45;
    text-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.62), 0 0 0.1rem rgba(0, 0, 0, 0.62);
  }
  .section-common-contact .contact-text {
    margin-right: -0.02rem;
    line-height: 2;
    text-shadow: 0 0 0.06rem rgba(0, 0, 0, 0.62), 0 0 0.06rem rgba(0, 0, 0, 0.62);
  }
}
.section-common-keyvisual {
  background: no-repeat center/cover;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #fff;
  font-family: "zen-old-mincho", sans-serif;
  position: relative;
}
.section-common-keyvisual .keyvisual-title {
  margin: 0;
  font-weight: 400;
  opacity: 0;
}

.wf-active .section-common-keyvisual .keyvisual-title {
  opacity: 1;
  transition: opacity 0.2s;
}

@media print, (min-width: 768px) {
  .section-common-keyvisual {
    min-height: 450px;
  }
  .section-common-keyvisual .keyvisual-title {
    font-size: 0.3rem;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.55);
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-keyvisual {
    min-height: 1.8rem;
  }
  .section-common-keyvisual .wrapper {
    width: 100%;
    padding-left: 0.22rem;
    padding-right: 0.22rem;
  }
  .section-common-keyvisual .keyvisual-title {
    font-size: 0.22rem;
    text-shadow: 0 0 0.05rem rgba(0, 0, 0, 0.55);
    text-align: center;
  }
}
.breadcrumb-common .breadcrumb-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.breadcrumb-common .breadcrumb-list > li:not(:last-child):after {
  content: ">";
}
.breadcrumb-common .breadcrumb-list,
.breadcrumb-common .breadcrumb-list a {
  color: #404040;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.breadcrumb-common .breadcrumb-list a {
  text-underline-offset: 2px;
}

@media print, (min-width: 768px) {
  .breadcrumb-common {
    padding: 18px 0 13px;
  }
  .breadcrumb-common .breadcrumb-list,
.breadcrumb-common .breadcrumb-list a {
    font-size: 0.13rem;
  }
  .breadcrumb-common .breadcrumb-list > li {
    margin-bottom: 5px;
  }
  .breadcrumb-common .breadcrumb-list > li:after {
    margin: 0 3px;
  }
}
@media only screen and (max-width: 767.98px) {
  .breadcrumb-common {
    padding: 0.14rem 0 0.1rem;
  }
  .breadcrumb-common .breadcrumb-list,
.breadcrumb-common .breadcrumb-list a {
    font-size: 0.1rem;
  }
  .breadcrumb-common .breadcrumb-list > li {
    margin-bottom: 0.04rem;
  }
  .breadcrumb-common .breadcrumb-list > li:after {
    margin: 0 0.03rem;
  }
}
@media print, (min-width: 768px) {
  .section-common-keyvisual {
    background-image: url(../img/guide/keyvisual_background.jpg);
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-keyvisual {
    background-image: url(../img/guide/sp/keyvisual_background.jpg);
  }
  .breadcrumb-common {
    padding: 0.17rem 0;
  }
}

@media print, (min-width: 768px) {
  .section-contact {
    padding: 80px 0 120px;
  }
  .section-contact .wrapper {
    width: 820px;
  }
  .section-contact .title-primary {
    margin-bottom: 47px;
  }
  .section-contact .contact-text {
    margin-bottom: 38px;
    font-size: 0.17rem;
    text-align: center;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-contact {
    padding: 0.3rem 0 0.5rem;
  }
  .section-contact .contact-text {
    margin-bottom: 0.25rem;
    font-size: 0.14rem;
	text-align: center;
  }
}

.btn_reserve {
  display:block;
  color:#fff;
  text-align:center;
  text-decoration:none;
  font-family:"zen-old-mincho", sans-serif;
  position: relative;
}
.btn_reserve.individual {
  background: #7aa3af;
}
.btn_reserve.corporation {
  background: #6485AC;
}
.btn_reserve.cancel {
  background: #A79C8E;
}
.btn_reserve p{
	margin-bottom:0;
}
.btn_reserve:after {
	content: "";
	position: absolute;
	background: url(../img/reserve/icon_arrow.svg) no-repeat center center/100% auto;
	top: 50%;
	right:18px;
}
.section-contact .thr-set{
	margin-bottom:40px;
	font-weight: bolder;
}
.section-contact .contnt-blanc{
	margin-bottom: 80px;
}
.btn_reserve .text-med{
	margin-bottom: 0;
    font-size: 16px;
}
.btn_reserve .text-sml{
	font-size: 14px;
    margin-top: 10px;
    font-weight: normal;
    font-family: sans-serif;
}
@media print, (min-width: 768px) {
  .btn_reserve {
    width:52%;
	height:70px;
    margin:0 auto 80px;
    border-radius:8px;
    font-size:0.21rem;
    padding:18px 0;
	align-content: center;
  }
  .btn_reserve:after {
    margin-top:-6px;
    width:12px;
    height:17px;
  }
}
@media only screen and (max-width: 767.98px) {
	.btn_reserve {
		width:100%;
		margin-bottom:70px;
		border-radius:8px;
		font-size:0.18rem;
		padding:14px 0;
		align-content: center;
	}
	.btn_reserve:after {
	  margin-top:-6px;
	  width:10px;
	  height:15px;
	  right:10px;
	}
	.section-contact .thr-set{
		margin-bottom:40px;
		font-weight: bolder;
	}
	.section-contact .contnt-blanc{
		margin-bottom: 80px;
}
	.btn_reserve .text-med{
		margin-bottom: 0;
		font-size: 15px;
	}
	.btn_reserve .text-sml{
		font-size: 13px;
		margin-top: 4px;
		font-weight: normal;
		font-family: sans-serif;
	}
	.section-contact .one-btn{
		height: 90px;
	}
}

/*# sourceMappingURL=reserve.css.map */


/*# 20231215 注意書き */
@media print, (min-width: 768px) {
  .section-contact .caution-text {
    margin-bottom: 38px;
    font-size: 0.18rem;
    text-align: center;
    color: #ff0000;
    border: 1px solid #ff0000;
    padding: 10px 26px;
    font-size: 160%;
    line-height: 40px;
  }
  a[href*="tel:"]{
  pointer-events: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-contact .caution-text {
    margin-bottom: 0.25rem;
    font-size: 0.14rem;
    padding: 10px 16px;
    font-size: 120%;
    line-height: 28px;
    color: #ff0000;
    border: 1px solid #ff0000;
  }
  a[href*="tel:"]{
    pointer-events: auto;
  }
}