/* reset */
*, *::before, *::after {
  box-sizing: border-box;
  outline: none;
}

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

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

input, button, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox], input[type=radio] {
  display: none;
}

input[type=submit], input[type=button], label, button, select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/* set */
html, body {
  width: 100%;
}

html {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 62.5%;
  visibility: hidden;
}
html.wf-active {
  visibility: visible;
}

body {
  background: url(../img/common/bg_01.gif) repeat;
  background-position: center;
  background-size: 100px;
  font-family: zen-kaku-gothic-new, YuGothic, "Yu Gothic Medium", "Yu Gothic", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif;
  font-weight: 400;
  line-height: 2;
  font-size: 1.5rem;
  color: #222222;
  height: 100%;
  -webkit-text-size-adjust: 100%;
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
}
a img {
  transition: 0.3s;
}

li {
  list-style-type: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

select {
  vertical-align: middle;
}

p {
  margin-bottom: 30px;
}
p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 834px) {
  p {
    margin-bottom: 25px;
  }
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/*.slide-one .slick-track{
	display: inline;
	.slick-slide {
		max-width: 1080px;
		width: 100%;
	}
}*/
.slide-one {
  padding: 0 20px;
}
.slide-one .slick-list {
  padding: 0 !important;
}
.slide-one .slick-list .slick-track {
  max-width: 1080px;
  margin: 0 auto;
  transform: none !important;
}
.slide-one .slick-list .slick-track .slick-slide {
  width: 100% !important;
  margin: 0 !important;
}
.slide-one .slick-dots {
  display: none !important;
}

/* 
------------------------------------------------------------------------------------------------------------------------
common
------------------------------------------------------------------------------------------------------------------------
*/
.in834 {
  display: none;
}
@media screen and (max-width: 834px) {
  .in834 {
    display: block;
  }
}

@media screen and (max-width: 834px) {
  br.in834 {
    display: inline-block;
  }
}

@media screen and (max-width: 834px) {
  .out835 {
    display: none;
  }
}
article {
  overflow: hidden !important;
}

.wrap {
  max-width: 1120px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 834px) {
  .mb10 {
    margin-bottom: 5px !important;
  }
}

.mb20 {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 834px) {
  .mb20 {
    margin-bottom: 10px !important;
  }
}

.mb30 {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 834px) {
  .mb30 {
    margin-bottom: 15px !important;
  }
}

.mb40 {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 834px) {
  .mb40 {
    margin-bottom: 20px !important;
  }
}

.mb50 {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 834px) {
  .mb50 {
    margin-bottom: 25px !important;
  }
}

.mb60 {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 834px) {
  .mb60 {
    margin-bottom: 30px !important;
  }
}

.mb70 {
  margin-bottom: 70px !important;
}
@media screen and (max-width: 834px) {
  .mb70 {
    margin-bottom: 35px !important;
  }
}

.mb80 {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 834px) {
  .mb80 {
    margin-bottom: 40px !important;
  }
}

.mb90 {
  margin-bottom: 90px !important;
}
@media screen and (max-width: 834px) {
  .mb90 {
    margin-bottom: 45px !important;
  }
}

.mb100 {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 834px) {
  .mb100 {
    margin-bottom: 50px !important;
  }
}

.mb110 {
  margin-bottom: 110px !important;
}
@media screen and (max-width: 834px) {
  .mb110 {
    margin-bottom: 55px !important;
  }
}

.mb120 {
  margin-bottom: 120px !important;
}
@media screen and (max-width: 834px) {
  .mb120 {
    margin-bottom: 60px !important;
  }
}

.mb130 {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 834px) {
  .mb130 {
    margin-bottom: 65px !important;
  }
}

.mb140 {
  margin-bottom: 140px !important;
}
@media screen and (max-width: 834px) {
  .mb140 {
    margin-bottom: 70px !important;
  }
}

.mb150 {
  margin-bottom: 150px !important;
}
@media screen and (max-width: 834px) {
  .mb150 {
    margin-bottom: 75px !important;
  }
}

.mr0 {
  margin-right: 0 !important;
}

.mr10 {
  margin-right: 10px !important;
}
@media screen and (max-width: 834px) {
  .mr10 {
    margin-right: 5px !important;
  }
}

.mr20 {
  margin-right: 10px !important;
}
@media screen and (max-width: 834px) {
  .mr20 {
    margin-right: 10px !important;
  }
}

.mr30 {
  margin-right: 30px !important;
}
@media screen and (max-width: 834px) {
  .mr30 {
    margin-right: 15px !important;
  }
}

.mr40 {
  margin-right: 40px !important;
}
@media screen and (max-width: 834px) {
  .mr40 {
    margin-right: 20px !important;
  }
}

.mr50 {
  margin-right: 50px !important;
}
@media screen and (max-width: 834px) {
  .mr50 {
    margin-right: 25px !important;
  }
}

.mr60 {
  margin-right: 60px !important;
}
@media screen and (max-width: 834px) {
  .mr60 {
    margin-right: 30px !important;
  }
}

.mr70 {
  margin-right: 70px !important;
}
@media screen and (max-width: 834px) {
  .mr70 {
    margin-right: 35px !important;
  }
}

.mr80 {
  margin-right: 80px !important;
}
@media screen and (max-width: 834px) {
  .mr80 {
    margin-right: 40px !important;
  }
}

.mr90 {
  margin-right: 90px !important;
}
@media screen and (max-width: 834px) {
  .mr90 {
    margin-right: 45px !important;
  }
}

.mr100 {
  margin-right: 100px !important;
}
@media screen and (max-width: 834px) {
  .mr100 {
    margin-right: 50px !important;
  }
}

.mr110 {
  margin-right: 110px !important;
}
@media screen and (max-width: 834px) {
  .mr110 {
    margin-right: 55px !important;
  }
}

.mr120 {
  margin-right: 120px !important;
}
@media screen and (max-width: 834px) {
  .mr120 {
    margin-right: 60px !important;
  }
}

.mr130 {
  margin-right: 10px !important;
}
@media screen and (max-width: 834px) {
  .mr130 {
    margin-right: 65px !important;
  }
}

.mr140 {
  margin-right: 140px !important;
}
@media screen and (max-width: 834px) {
  .mr140 {
    margin-right: 70px !important;
  }
}

.mr150 {
  margin-right: 150px !important;
}
@media screen and (max-width: 834px) {
  .mr150 {
    margin-right: 75px !important;
  }
}

.ml0 {
  margin-left: 0 !important;
}

.ml10 {
  margin-left: 10px !important;
}
@media screen and (max-width: 834px) {
  .ml10 {
    margin-left: 5px !important;
  }
}

.ml20 {
  margin-left: 10px !important;
}
@media screen and (max-width: 834px) {
  .ml20 {
    margin-left: 10px !important;
  }
}

.ml30 {
  margin-left: 30px !important;
}
@media screen and (max-width: 834px) {
  .ml30 {
    margin-left: 15px !important;
  }
}

.ml40 {
  margin-left: 40px !important;
}
@media screen and (max-width: 834px) {
  .ml40 {
    margin-left: 20px !important;
  }
}

.ml50 {
  margin-left: 50px !important;
}
@media screen and (max-width: 834px) {
  .ml50 {
    margin-left: 25px !important;
  }
}

.ml60 {
  margin-left: 60px !important;
}
@media screen and (max-width: 834px) {
  .ml60 {
    margin-left: 30px !important;
  }
}

.ml70 {
  margin-left: 70px !important;
}
@media screen and (max-width: 834px) {
  .ml70 {
    margin-left: 35px !important;
  }
}

.ml80 {
  margin-left: 80px !important;
}
@media screen and (max-width: 834px) {
  .ml80 {
    margin-left: 40px !important;
  }
}

.ml90 {
  margin-left: 90px !important;
}
@media screen and (max-width: 834px) {
  .ml90 {
    margin-left: 45px !important;
  }
}

.ml100 {
  margin-left: 100px !important;
}
@media screen and (max-width: 834px) {
  .ml100 {
    margin-left: 50px !important;
  }
}

.ml110 {
  margin-left: 110px !important;
}
@media screen and (max-width: 834px) {
  .ml110 {
    margin-left: 55px !important;
  }
}

.ml120 {
  margin-left: 120px !important;
}
@media screen and (max-width: 834px) {
  .ml120 {
    margin-left: 60px !important;
  }
}

.ml130 {
  margin-left: 10px !important;
}
@media screen and (max-width: 834px) {
  .ml130 {
    margin-left: 65px !important;
  }
}

.ml140 {
  margin-left: 140px !important;
}
@media screen and (max-width: 834px) {
  .ml140 {
    margin-left: 70px !important;
  }
}

.ml150 {
  margin-left: 150px !important;
}
@media screen and (max-width: 834px) {
  .ml150 {
    margin-left: 75px !important;
  }
}

.mt0 {
  margin-top: 0 !important;
}

.mt10 {
  margin-top: 10px !important;
}
@media screen and (max-width: 834px) {
  .mt10 {
    margin-top: 5px !important;
  }
}

.mt20 {
  margin-top: 10px !important;
}
@media screen and (max-width: 834px) {
  .mt20 {
    margin-top: 10px !important;
  }
}

.mt30 {
  margin-top: 30px !important;
}
@media screen and (max-width: 834px) {
  .mt30 {
    margin-top: 15px !important;
  }
}

.mt40 {
  margin-top: 40px !important;
}
@media screen and (max-width: 834px) {
  .mt40 {
    margin-top: 20px !important;
  }
}

.mt50 {
  margin-top: 50px !important;
}
@media screen and (max-width: 834px) {
  .mt50 {
    margin-top: 25px !important;
  }
}

.mt60 {
  margin-top: 60px !important;
}
@media screen and (max-width: 834px) {
  .mt60 {
    margin-top: 30px !important;
  }
}

.mt70 {
  margin-top: 70px !important;
}
@media screen and (max-width: 834px) {
  .mt70 {
    margin-top: 35px !important;
  }
}

.mt80 {
  margin-top: 80px !important;
}
@media screen and (max-width: 834px) {
  .mt80 {
    margin-top: 40px !important;
  }
}

.mt90 {
  margin-top: 90px !important;
}
@media screen and (max-width: 834px) {
  .mt90 {
    margin-top: 45px !important;
  }
}

.mt100 {
  margin-top: 100px !important;
}
@media screen and (max-width: 834px) {
  .mt100 {
    margin-top: 50px !important;
  }
}

.mt110 {
  margin-top: 110px !important;
}
@media screen and (max-width: 834px) {
  .mt110 {
    margin-top: 55px !important;
  }
}

.mt120 {
  margin-top: 120px !important;
}
@media screen and (max-width: 834px) {
  .mt120 {
    margin-top: 60px !important;
  }
}

.mt130 {
  margin-top: 10px !important;
}
@media screen and (max-width: 834px) {
  .mt130 {
    margin-top: 65px !important;
  }
}

.mt140 {
  margin-top: 140px !important;
}
@media screen and (max-width: 834px) {
  .mt140 {
    margin-top: 70px !important;
  }
}

.mt150 {
  margin-top: 150px !important;
}
@media screen and (max-width: 834px) {
  .mt150 {
    margin-top: 75px !important;
  }
}

.pt0 {
  padding-top: 0 !important;
}

.pt10 {
  padding-top: 10px !important;
}
@media screen and (max-width: 834px) {
  .pt10 {
    padding-top: 5px !important;
  }
}

.pt20 {
  padding-top: 10px !important;
}
@media screen and (max-width: 834px) {
  .pt20 {
    padding-top: 10px !important;
  }
}

.pt30 {
  padding-top: 30px !important;
}
@media screen and (max-width: 834px) {
  .pt30 {
    padding-top: 15px !important;
  }
}

.pt40 {
  padding-top: 40px !important;
}
@media screen and (max-width: 834px) {
  .pt40 {
    padding-top: 20px !important;
  }
}

.pt50 {
  padding-top: 50px !important;
}
@media screen and (max-width: 834px) {
  .pt50 {
    padding-top: 25px !important;
  }
}

.pt60 {
  padding-top: 60px !important;
}
@media screen and (max-width: 834px) {
  .pt60 {
    padding-top: 30px !important;
  }
}

.pt70 {
  padding-top: 70px !important;
}
@media screen and (max-width: 834px) {
  .pt70 {
    padding-top: 35px !important;
  }
}

.pt80 {
  padding-top: 80px !important;
}
@media screen and (max-width: 834px) {
  .pt80 {
    padding-top: 40px !important;
  }
}

.pt90 {
  padding-top: 90px !important;
}
@media screen and (max-width: 834px) {
  .pt90 {
    padding-top: 45px !important;
  }
}

.pt100 {
  padding-top: 100px !important;
}
@media screen and (max-width: 834px) {
  .pt100 {
    padding-top: 50px !important;
  }
}

.pt110 {
  padding-top: 110px !important;
}
@media screen and (max-width: 834px) {
  .pt110 {
    padding-top: 55px !important;
  }
}

.pt120 {
  padding-top: 120px !important;
}
@media screen and (max-width: 834px) {
  .pt120 {
    padding-top: 60px !important;
  }
}

.pt130 {
  padding-top: 10px !important;
}
@media screen and (max-width: 834px) {
  .pt130 {
    padding-top: 65px !important;
  }
}

.pt140 {
  padding-top: 140px !important;
}
@media screen and (max-width: 834px) {
  .pt140 {
    padding-top: 70px !important;
  }
}

.pt150 {
  padding-top: 150px !important;
}
@media screen and (max-width: 834px) {
  .pt150 {
    padding-top: 75px !important;
  }
}

.pr0 {
  padding-right: 0 !important;
}

.pr10 {
  padding-right: 10px !important;
}
@media screen and (max-width: 834px) {
  .pr10 {
    padding-right: 5px !important;
  }
}

.pr20 {
  padding-right: 10px !important;
}
@media screen and (max-width: 834px) {
  .pr20 {
    padding-right: 10px !important;
  }
}

.pr30 {
  padding-right: 30px !important;
}
@media screen and (max-width: 834px) {
  .pr30 {
    padding-right: 15px !important;
  }
}

.pr40 {
  padding-right: 40px !important;
}
@media screen and (max-width: 834px) {
  .pr40 {
    padding-right: 20px !important;
  }
}

.pr50 {
  padding-right: 50px !important;
}
@media screen and (max-width: 834px) {
  .pr50 {
    padding-right: 25px !important;
  }
}

.pr60 {
  padding-right: 60px !important;
}
@media screen and (max-width: 834px) {
  .pr60 {
    padding-right: 30px !important;
  }
}

.pr70 {
  padding-right: 70px !important;
}
@media screen and (max-width: 834px) {
  .pr70 {
    padding-right: 35px !important;
  }
}

.pr80 {
  padding-right: 80px !important;
}
@media screen and (max-width: 834px) {
  .pr80 {
    padding-right: 40px !important;
  }
}

.pr90 {
  padding-right: 90px !important;
}
@media screen and (max-width: 834px) {
  .pr90 {
    padding-right: 45px !important;
  }
}

.pr100 {
  padding-right: 100px !important;
}
@media screen and (max-width: 834px) {
  .pr100 {
    padding-right: 50px !important;
  }
}

.pr110 {
  padding-right: 110px !important;
}
@media screen and (max-width: 834px) {
  .pr110 {
    padding-right: 55px !important;
  }
}

.pr120 {
  padding-right: 120px !important;
}
@media screen and (max-width: 834px) {
  .pr120 {
    padding-right: 60px !important;
  }
}

.pr130 {
  padding-right: 10px !important;
}
@media screen and (max-width: 834px) {
  .pr130 {
    padding-right: 65px !important;
  }
}

.pr140 {
  padding-right: 140px !important;
}
@media screen and (max-width: 834px) {
  .pr140 {
    padding-right: 70px !important;
  }
}

.pr150 {
  padding-right: 150px !important;
}
@media screen and (max-width: 834px) {
  .pr150 {
    padding-right: 75px !important;
  }
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb10 {
  padding-bottom: 10px !important;
}
@media screen and (max-width: 834px) {
  .pb10 {
    padding-bottom: 5px !important;
  }
}

.pb20 {
  padding-bottom: 10px !important;
}
@media screen and (max-width: 834px) {
  .pb20 {
    padding-bottom: 10px !important;
  }
}

.pb30 {
  padding-bottom: 30px !important;
}
@media screen and (max-width: 834px) {
  .pb30 {
    padding-bottom: 15px !important;
  }
}

.pb40 {
  padding-bottom: 40px !important;
}
@media screen and (max-width: 834px) {
  .pb40 {
    padding-bottom: 20px !important;
  }
}

.pb50 {
  padding-bottom: 50px !important;
}
@media screen and (max-width: 834px) {
  .pb50 {
    padding-bottom: 25px !important;
  }
}

.pb60 {
  padding-bottom: 60px !important;
}
@media screen and (max-width: 834px) {
  .pb60 {
    padding-bottom: 30px !important;
  }
}

.pb70 {
  padding-bottom: 70px !important;
}
@media screen and (max-width: 834px) {
  .pb70 {
    padding-bottom: 35px !important;
  }
}

.pb80 {
  padding-bottom: 80px !important;
}
@media screen and (max-width: 834px) {
  .pb80 {
    padding-bottom: 40px !important;
  }
}

.pb90 {
  padding-bottom: 90px !important;
}
@media screen and (max-width: 834px) {
  .pb90 {
    padding-bottom: 45px !important;
  }
}

.pb100 {
  padding-bottom: 100px !important;
}
@media screen and (max-width: 834px) {
  .pb100 {
    padding-bottom: 50px !important;
  }
}

.pb110 {
  padding-bottom: 110px !important;
}
@media screen and (max-width: 834px) {
  .pb110 {
    padding-bottom: 55px !important;
  }
}

.pb120 {
  padding-bottom: 120px !important;
}
@media screen and (max-width: 834px) {
  .pb120 {
    padding-bottom: 60px !important;
  }
}

.pb130 {
  padding-bottom: 10px !important;
}
@media screen and (max-width: 834px) {
  .pb130 {
    padding-bottom: 65px !important;
  }
}

.pb140 {
  padding-bottom: 140px !important;
}
@media screen and (max-width: 834px) {
  .pb140 {
    padding-bottom: 70px !important;
  }
}

.pb150 {
  padding-bottom: 150px !important;
}
@media screen and (max-width: 834px) {
  .pb150 {
    padding-bottom: 75px !important;
  }
}

.pl0 {
  padding-left: 0 !important;
}

.pl10 {
  padding-left: 10px !important;
}
@media screen and (max-width: 834px) {
  .pl10 {
    padding-left: 5px !important;
  }
}

.pl20 {
  padding-left: 10px !important;
}
@media screen and (max-width: 834px) {
  .pl20 {
    padding-left: 10px !important;
  }
}

.pl30 {
  padding-left: 30px !important;
}
@media screen and (max-width: 834px) {
  .pl30 {
    padding-left: 15px !important;
  }
}

.pl40 {
  padding-left: 40px !important;
}
@media screen and (max-width: 834px) {
  .pl40 {
    padding-left: 20px !important;
  }
}

.pl50 {
  padding-left: 50px !important;
}
@media screen and (max-width: 834px) {
  .pl50 {
    padding-left: 25px !important;
  }
}

.pl60 {
  padding-left: 60px !important;
}
@media screen and (max-width: 834px) {
  .pl60 {
    padding-left: 30px !important;
  }
}

.pl70 {
  padding-left: 70px !important;
}
@media screen and (max-width: 834px) {
  .pl70 {
    padding-left: 35px !important;
  }
}

.pl80 {
  padding-left: 80px !important;
}
@media screen and (max-width: 834px) {
  .pl80 {
    padding-left: 40px !important;
  }
}

.pl90 {
  padding-left: 90px !important;
}
@media screen and (max-width: 834px) {
  .pl90 {
    padding-left: 45px !important;
  }
}

.pl100 {
  padding-left: 100px !important;
}
@media screen and (max-width: 834px) {
  .pl100 {
    padding-left: 50px !important;
  }
}

.pl110 {
  padding-left: 110px !important;
}
@media screen and (max-width: 834px) {
  .pl110 {
    padding-left: 55px !important;
  }
}

.pl120 {
  padding-left: 120px !important;
}
@media screen and (max-width: 834px) {
  .pl120 {
    padding-left: 60px !important;
  }
}

.pl130 {
  padding-left: 10px !important;
}
@media screen and (max-width: 834px) {
  .pl130 {
    padding-left: 65px !important;
  }
}

.pl140 {
  padding-left: 140px !important;
}
@media screen and (max-width: 834px) {
  .pl140 {
    padding-left: 70px !important;
  }
}

.pl150 {
  padding-left: 150px !important;
}
@media screen and (max-width: 834px) {
  .pl150 {
    padding-left: 75px !important;
  }
}

.page-img-ttl {
  position: relative;
  margin-bottom: 95px;
}
.page-img-ttl .img {
  line-height: 0;
  position: relative;
}
.page-img-ttl .img:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(34, 34, 34);
  background: linear-gradient(180deg, rgba(34, 34, 34, 0.3) 0%, rgba(34, 34, 34, 0) 100%);
}
.page-img-ttl .img img {
  width: 100%;
}
.page-img-ttl .ttl {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 95px;
  margin: 0 auto;
  max-width: 1120px;
  padding: 0 20px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}
.page-img-ttl .ttl span {
  font-family: eb-garamond, serif;
  line-height: 1.5;
  font-weight: 400;
  font-size: 6.5rem;
  display: block;
}
@media screen and (max-width: 834px) {
  .page-img-ttl {
    margin-bottom: 65px;
  }
  .page-img-ttl .img img {
    aspect-ratio: 1/1.1;
    object-fit: cover;
    width: 100%;
  }
  .page-img-ttl .ttl {
    bottom: 30px;
    font-size: 1.5rem;
  }
  .page-img-ttl .ttl span {
    font-size: 4.8rem;
  }
}

.page-txt-ttl {
  padding-top: 255px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  color: #66807f;
  margin-bottom: 80px;
}
.page-txt-ttl span {
  font-family: eb-garamond, serif;
  line-height: 1.5;
  font-weight: 400;
  font-size: 6.5rem;
  display: block;
  line-height: 1.3;
}
@media screen and (max-width: 834px) {
  .page-txt-ttl {
    padding-top: 195px;
    margin-bottom: 50px;
    font-size: 1.5rem;
  }
  .page-txt-ttl span {
    font-size: 4.8rem;
  }
}

.align {
  text-align: center;
}

.bgwhite {
  background: url(../img/common/bg_01.gif) repeat;
  background-position: center;
  background-size: 100px;
}

.bgblue {
  background: url(../img/common/bg_02.gif) repeat;
  background-position: center;
  background-size: 100px;
}

.bggray {
  background: url(../img/common/bg_03.gif) repeat;
  background-position: center;
  background-size: 100px;
}

.fs30 {
  font-family: zen-old-mincho, sans-serif;
  font-weight: 700;
  line-height: 1.5;
  font-size: 3rem;
  line-height: 1.5;
  color: #66807f;
}
@media (hover: hover) and (pointer: fine) {
  .fs30 a:hover {
    text-decoration: underline;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .fs30 a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 834px) {
  .fs30 {
    font-size: 2.5rem;
  }
}

.fs48 {
  font-family: zen-old-mincho, sans-serif;
  font-weight: 700;
  line-height: 1.5;
  font-size: 4.8rem;
  line-height: 1.5;
  color: #66807f;
}
@media (hover: hover) and (pointer: fine) {
  .fs48 a:hover {
    text-decoration: underline;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .fs48 a:hover {
    text-decoration: underline;
  }
}
.fs48 span {
  display: inline-block;
  font-family: zen-kaku-gothic-new, YuGothic, "Yu Gothic Medium", "Yu Gothic", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif;
  font-weight: 400;
  line-height: 2;
  font-size: 1.6rem;
  font-weight: 700;
  margin-left: 34px;
}
@media screen and (max-width: 834px) {
  .fs48 {
    font-size: 3.5rem;
  }
  .fs48 span {
    font-size: 1.5rem;
    display: block;
    margin: 0;
  }
}

.fs65 {
  font-family: zen-old-mincho, sans-serif;
  font-weight: 700;
  line-height: 1.5;
  font-size: 6.5rem;
  line-height: 1.3;
  color: #66807f;
}
@media (hover: hover) and (pointer: fine) {
  .fs65 a:hover {
    text-decoration: underline;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .fs65 a:hover {
    text-decoration: underline;
  }
}
.fs65 span {
  display: block;
  font-family: zen-kaku-gothic-new, YuGothic, "Yu Gothic Medium", "Yu Gothic", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif;
  font-weight: 400;
  line-height: 2;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 834px) {
  .fs65 {
    font-size: 3.5rem;
  }
  .fs65 span {
    font-size: 1.5rem;
    display: block;
    margin: 0;
  }
}

.fss18 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: #66807f;
}
@media (hover: hover) and (pointer: fine) {
  .fss18 a:hover {
    text-decoration: underline;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .fss18 a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 834px) {
  .fss18 {
    font-size: 1.6rem;
  }
}

.fss19 {
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.5;
  color: #66807f;
}
@media (hover: hover) and (pointer: fine) {
  .fss19 a:hover {
    text-decoration: underline;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .fss19 a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 834px) {
  .fss19 {
    font-size: 1.7rem;
  }
}

.fss24 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #66807f;
}
@media (hover: hover) and (pointer: fine) {
  .fss24 a:hover {
    text-decoration: underline;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .fss24 a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 834px) {
  .fss24 {
    font-size: 2rem;
  }
}

.s_dl {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.5;
}
.s_dl dt {
  width: 170px;
  color: #66807f;
  font-weight: 700;
  margin-bottom: 10px;
  padding-right: 10px;
}
.s_dl dd {
  width: calc(100% - 170px);
  margin-bottom: 10px;
}
@media screen and (max-width: 834px) {
  .s_dl dt {
    width: 130px;
  }
  .s_dl dd {
    width: calc(100% - 130px);
  }
}

.df_table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  color: #222222;
}
.df_table tr th, .df_table tr td {
  border: 1px solid #dddddd;
  vertical-align: middle;
}
.df_table tr th {
  background: #f2f0ee;
  font-weight: 700;
  text-align: left;
  padding: 19px 20px;
  line-height: 1.5;
  width: 210px;
}
.df_table tr td {
  width: calc(100% - 210px);
  padding: 19px 20px;
  line-height: 1.5;
}
@media screen and (max-width: 834px) {
  .df_table tr th, .df_table tr td {
    display: block;
    width: 100%;
  }
  .df_table tr td {
    border-top: none;
    border-bottom: none;
  }
  .df_table tr:last-child td {
    border-bottom: 1px solid #dddddd;
  }
}

.mt_table {
  overflow: auto;
}
.mt_table table {
  width: 100%;
  min-width: 950px;
  border-collapse: collapse;
  background: #fff;
  color: #222222;
}
.mt_table table tr th, .mt_table table tr td {
  border: 1px solid #dddddd;
  vertical-align: middle;
}
.mt_table table tr th {
  background: #f2f0ee;
  font-weight: 700;
  text-align: left;
  padding: 19px 20px;
  line-height: 1.5;
}
.mt_table table tr td {
  width: calc(100% - 210px);
  padding: 19px 20px;
  line-height: 1.5;
}

.acbtn a {
  display: inline-block;
  color: #fff;
  background: #799291;
  border-radius: 4px;
  line-height: 1.5;
  padding: 13px 35px;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}
@media (hover: hover) and (pointer: fine) {
  .acbtn a:hover {
    background: #fff;
    color: #66807f;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .acbtn a:hover {
    background: #fff;
    color: #66807f;
  }
}

.sbbtn a {
  display: inline-block;
  color: #fff;
  background: #cd9962;
  border-radius: 4px;
  line-height: 1.5;
  padding: 13px 35px;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}
@media (hover: hover) and (pointer: fine) {
  .sbbtn a:hover {
    background: #fff;
    color: #cd9962;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .sbbtn a:hover {
    background: #fff;
    color: #cd9962;
  }
}

.bdrbtn a {
  display: inline-block;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  line-height: 1.5;
  padding: 13px 35px;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}
@media (hover: hover) and (pointer: fine) {
  .bdrbtn a:hover {
    background: #fff;
    color: #66807f;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .bdrbtn a:hover {
    background: #fff;
    color: #66807f;
  }
}

.pdflink a:after {
  content: "";
  background: url("../img/common/icon_pdf.png") no-repeat;
  background-position: center;
  background-size: 18px;
  width: 18px;
  height: 21px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}
@media (hover: hover) and (pointer: fine) {
  .pdflink a:hover {
    color: #66807f;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .pdflink a:hover {
    color: #66807f;
  }
}

.csr_link a {
  display: inline-block;
  position: relative;
  font-weight: 700;
  font-size: 1.6rem;
}
.csr_link a:after {
  content: "";
  width: 19px;
  height: 19px;
  display: block;
  background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19 19"><defs><style>.cls-1{fill:none;stroke:%23222222;stroke-miterlimit:10;}</style></defs><circle class="cls-1" cx="9.5" cy="9.5" r="9"/><polyline class="cls-1" points="12.5 8.5 9.5 11.5 6.5 8.5"/></svg>');
  background-size: 100%;
  background-repeat: no-repeat;
  transition: 0.3s;
  transform: rotate(-90deg);
  display: inline-block;
  vertical-align: middle;
  margin: -4px 0 0 10px;
}
@media (hover: hover) and (pointer: fine) {
  .csr_link a:hover {
    opacity: 0.7;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .csr_link a:hover {
    opacity: 0.7;
  }
}
.csr_link.white a:after {
  width: 19px;
  height: 19px;
  display: block;
  background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19 19"><defs><style>.cls-1{fill:none;stroke:%23ffffff;stroke-miterlimit:10;}</style></defs><circle class="cls-1" cx="9.5" cy="9.5" r="9"/><polyline class="cls-1" points="12.5 8.5 9.5 11.5 6.5 8.5"/></svg>');
  background-size: 100%;
  background-repeat: no-repeat;
  transition: 0.3s;
  display: inline-block;
}

.dot_list li {
  list-style-type: circle;
  margin-left: 17px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.tag_list li {
  display: inline-block;
  vertical-align: top;
  font-size: 1.3rem;
  color: #66807f;
  border: 1px solid #799291;
  border-radius: 4px;
  padding: 2px 10px;
  line-height: 1.5;
  margin: 0 10px 10px 0;
}
.tag_list li:last-child {
  margin: 0 0 10px;
}

.twoclum {
  display: flex;
  flex-wrap: wrap;
}
.twoclum .box {
  width: 47.22%;
  margin: 0 5.56% 75px 0;
}
.twoclum .box:nth-child(2n) {
  margin: 0 0 75px;
}
.twoclum .box .img {
  line-height: 0;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 30px;
}
.twoclum .box .img a {
  display: block;
}
@media (hover: hover) and (pointer: fine) {
  .twoclum .box .img a:hover img {
    transform: scale(1.1);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .twoclum .box .img a:hover img {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 834px) {
  .twoclum {
    display: block;
  }
  .twoclum .box {
    width: 100%;
    margin: 0 0 50px !important;
  }
}

.threeclum {
  display: flex;
  flex-wrap: wrap;
}
.threeclum .box {
  width: 30.55%;
  margin: 0 4.175% 65px 0;
  display: block;
}
.threeclum .box:nth-child(3n) {
  margin: 0 0 65px;
}
.threeclum .box .img {
  line-height: 0;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 30px;
}
.threeclum .box .img a {
  display: block;
}
@media (hover: hover) and (pointer: fine) {
  .threeclum .box .img a:hover img {
    transform: scale(1.1);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .threeclum .box .img a:hover img {
    transform: scale(1.1);
  }
}
.threeclum a.box {
  display: block;
}
@media (hover: hover) and (pointer: fine) {
  .threeclum a.box:hover .img img {
    transform: scale(1.1);
  }
  .threeclum a.box:hover {
    color: #66807f;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .threeclum a.box:hover .img img {
    transform: scale(1.1);
  }
  .threeclum a.box:hover {
    color: #66807f;
  }
}
@media screen and (max-width: 834px) {
  .threeclum .box, .threeclum .box:nth-child(3n) {
    width: 48%;
    margin: 0 4% 50px 0 !important;
  }
  .threeclum .box:nth-child(2n), .threeclum .box:nth-child(3n):nth-child(2n) {
    margin: 0 0 50px !important;
  }
  .threeclum .box .img, .threeclum .box:nth-child(3n) .img {
    margin-bottom: 20px;
  }
  .threeclum a.box {
    display: block;
  }
}

.clum_right, .clum_left {
  display: flex;
}
.clum_right .img, .clum_left .img {
  width: 47.22%;
  line-height: 0;
  border-radius: 4px;
  overflow: hidden;
}
.clum_right .img .notes, .clum_left .img .notes {
  line-height: 1.5;
  margin: 10px 0 0;
  text-align: right;
  font-size: 1.3rem;
}
.clum_right .img .caption, .clum_left .img .caption {
  line-height: 1.5;
  margin: 10px 0 0;
  font-size: 1.5rem;
}
.clum_right .txt, .clum_left .txt {
  width: 48.33%;
}
@media screen and (max-width: 834px) {
  .clum_right, .clum_left {
    display: block;
  }
  .clum_right .img, .clum_right .txt, .clum_left .img, .clum_left .txt {
    width: 100%;
  }
  .clum_right .img, .clum_left .img {
    margin: 0 0 30px !important;
  }
}

.clum_right .img {
  order: 2;
  margin: 0 0 0 4.45%;
  line-height: 0;
}
.clum_right .img img {
  width: 100%;
}

.clum_left .img {
  margin: 0 4.45% 0 0;
}

.img_txt .img {
  line-height: 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 834px) {
  .img_txt .img {
    margin-bottom: 30px;
  }
}

.leadblock {
  margin-bottom: 60px;
}
.leadblock .fs30 {
  margin-bottom: 40px;
}
@media screen and (max-width: 834px) {
  .leadblock .fs30 {
    margin-bottom: 25px;
  }
}

.nbox {
  margin-bottom: 70px;
}
.nbox .fss24 {
  margin-bottom: 20px;
}
.nbox .acbtn a {
  margin-right: 15px;
  margin-bottom: 10px;
}
.nbox .acbtn a:last-child {
  margin-right: 0;
}
.nbox.white {
  background: #fff;
  border: 1px solid #ddd;
  padding: 45px 30px;
}
@media screen and (max-width: 500px) {
  .nbox .acbtn a {
    display: block;
    margin: 0 0 10px;
  }
  .nbox .acbtn a:last-child {
    margin-bottom: 0;
  }
}

.cdw_links {
  background: url(../img/common/bg_03.gif) repeat;
  background-position: center;
  background-size: 100px;
  padding: 95px 0 24px;
}
.cdw_links .fs30 {
  margin-bottom: 50px;
}
.cdw_links .list {
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
}
.cdw_links .list a {
  display: block;
  width: 24.19%;
  margin: 0 1.08% 15px 0;
  overflow: hidden;
  border-radius: 4px;
  position: relative;
}
.cdw_links .list a:nth-child(4n) {
  margin: 0 0 15px;
}
.cdw_links .list a .img {
  line-height: 0;
  position: relative;
}
.cdw_links .list a .img img {
  width: 100%;
}
.cdw_links .list a .img:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, 0.3) 100%);
}
.cdw_links .list a .ttl {
  position: absolute;
  bottom: 12px;
  left: 15px;
  right: 15px;
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
  padding-right: 30px;
}
.cdw_links .list a .ttl:before, .cdw_links .list a .ttl:after {
  content: "";
  position: absolute;
}
.cdw_links .list a .ttl:before {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #fff;
  right: 0;
  bottom: -2px;
}
.cdw_links .list a .ttl:after {
  bottom: 8px;
  right: 10px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cdw_links .list a.nolnk {
  pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
  .cdw_links .list a:hover .img img {
    transform: scale(1.1);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .cdw_links .list a:hover .img img {
    transform: scale(1.1);
  }
}
.cdw_links.min {
  padding-top: 35px;
  padding-bottom: 20px;
}
.cdw_links.three .list a {
  width: 32.25%;
  margin: 0 1.625% 15px 0;
}
.cdw_links.three .list a:nth-child(3n) {
  margin: 0 0 15px;
}
.cdw_links.two .list a {
  width: 49.19%;
  margin: 0 1.62% 15px 0;
}
.cdw_links.two .list a:nth-child(2n) {
  margin: 0 0 15px;
}
.cdw_links.nobg {
  background: none;
  padding-top: 25px;
  padding-bottom: 10px;
}
.cdw_links.bgwhite {
  background: url(../img/common/bg_01.gif) repeat;
  background-position: center;
  background-size: 100px;
}
@media screen and (max-width: 834px) {
  .cdw_links .fs30 {
    margin-bottom: 30px;
  }
  .cdw_links .list a {
    width: calc(50% - 7.5px) !important;
    margin: 0 15px 15px 0 !important;
  }
  .cdw_links .list a:nth-child(2n) {
    margin: 0 0 15px !important;
  }
  .cdw_links .list a img {
    object-fit: cover;
  }
}
@media screen and (max-width: 500px) {
  .cdw_links {
    padding: 65px 0 24px;
  }
  .cdw_links .list {
    display: block;
  }
  .cdw_links .list a {
    width: 100% !important;
    margin: 0 0 15ox !important;
  }
}

.maximg .img {
  line-height: 0;
}
.maximg .img img {
  width: 100%;
}
.maximg .txt {
  background: url(../img/common/bg_02.gif) repeat;
  background-position: center;
  background-size: 100px;
  padding: 75px 0;
  color: #fff;
}
.maximg .txt .fs30 {
  margin-bottom: 30px;
  color: #fff;
}
@media screen and (max-width: 834px) {
  .maximg .txt {
    padding: 35px 0;
  }
}

.max_left {
  display: flex;
  border-radius: 4px;
  overflow: hidden;
  width: calc(100% - 40px);
  margin: 0 auto 20px;
  background: #fff;
}
.max_left .img {
  line-height: 0;
  width: 48.38%;
}
.max_left .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.max_left .img a {
  display: block;
  overflow: hidden;
  height: 100%;
}
@media (hover: hover) and (pointer: fine) {
  .max_left .img a:hover img {
    transform: scale(1.1);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .max_left .img a:hover img {
    transform: scale(1.1);
  }
}
.max_left .txt {
  width: 51.62%;
  padding: 30px 50px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .max_left {
    display: block;
  }
  .max_left .img, .max_left .txt {
    width: 100%;
  }
  .max_left .txt {
    padding: 25px 30px;
  }
  .max_left .txt .acbtn a {
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .max_left .txt {
    padding: 25px 20px;
  }
}

.center_slide .slick-slide {
  margin: 0 25px;
}
.center_slide .slick-slide .img {
  line-height: 0;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 30px;
}
.center_slide .slick-slide .img img {
  width: 100%;
}
.center_slide .slick-slide .img a {
  display: block;
}
@media (hover: hover) and (pointer: fine) {
  .center_slide .slick-slide .img a:hover img {
    transform: scale(1.1);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .center_slide .slick-slide .img a:hover img {
    transform: scale(1.1);
  }
}
.center_slide .slick-slide .img:last-child {
  margin-bottom: 0;
}
.center_slide .slick-slide .txt .fss19 {
  margin-bottom: 20px;
}
.center_slide .slick-arrow {
  font-size: 0;
  width: 50px;
  height: 50px;
  border-radius: 4px;
  border: 1px solid #799291;
  position: absolute;
  bottom: 0;
  transition: 0.3s;
}
.center_slide .slick-arrow:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #799291;
  border-right: 2px solid #799291;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.3s;
}
.center_slide .slick-arrow.slick-prev {
  left: calc(50% - 540px);
}
.center_slide .slick-arrow.slick-prev:after {
  transform: rotate(-135deg);
  left: 4px;
}
.center_slide .slick-arrow.slick-next {
  right: calc(50% - 540px);
}
.center_slide .slick-arrow.slick-next:after {
  right: 4px;
}
@media (hover: hover) and (pointer: fine) {
  .center_slide .slick-arrow:hover {
    background: #799291;
  }
  .center_slide .slick-arrow:hover:after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .center_slide .slick-arrow:hover {
    background: #799291;
  }
  .center_slide .slick-arrow:hover:after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}
.center_slide .slick-dots {
  display: flex;
  justify-content: center;
  max-width: 800px;
  margin: 55px auto 0;
  padding: 23px 0;
}
.center_slide .slick-dots li {
  width: 33.33%;
  line-height: 0;
}
.center_slide .slick-dots li button {
  margin: 0;
  padding: 0;
  background: #799291;
  opacity: 0.2;
  font-size: 0;
  width: 100%;
  height: 2px;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .center_slide .slick-dots li button:hover {
    opacity: 1;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .center_slide .slick-dots li button:hover {
    opacity: 1;
  }
}
.center_slide .slick-dots li.slick-active button {
  opacity: 1;
}
@media screen and (max-width: 1120px) {
  .center_slide .slick-arrow {
    width: 30px;
    height: 30px;
  }
  .center_slide .slick-arrow:after {
    width: 7px;
    height: 7px;
  }
  .center_slide .slick-arrow.slick-prev {
    left: 20px;
  }
  .center_slide .slick-arrow.slick-next {
    right: 20px;
  }
  .center_slide .slick-dots {
    max-width: 980px;
    padding: 15px 74px;
    margin: 30px auto 0;
  }
}

.cate_link {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.cate_link li {
  line-height: 1.5;
  margin: 0 30px 15px 0;
}
.cate_link li:last-child {
  margin: 0 0 15px;
}
.cate_link li a, .cate_link li span {
  display: block;
  padding-bottom: 5px;
  border-bottom: 2px solid rgba(121, 146, 145, 0);
  transition: 0.3s;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .cate_link li a:hover, .cate_link li span:hover {
    font-weight: 700;
    border-bottom: 2px solid rgb(121, 146, 145);
    color: #66807f;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .cate_link li a:hover, .cate_link li span:hover {
    font-weight: 700;
    border-bottom: 2px solid rgb(121, 146, 145);
    color: #66807f;
  }
}
.cate_link li.active a, .cate_link li.active span {
  font-weight: 700;
  border-bottom: 2px solid rgb(121, 146, 145);
  color: #66807f;
}

.anchor_link {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 70px;
}
.anchor_link li {
  margin: 0 25px 10px 0;
}
.anchor_link li:last-child {
  margin: 0 0 10px;
}
.anchor_link li a {
  display: block;
  padding-right: 20px;
  position: relative;
}
.anchor_link li a:after {
  content: "";
  position: absolute;
  top: -2px;
  bottom: 0;
  right: 0;
  margin: auto 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid #799291;
  border-right: 2px solid #799291;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
@media (hover: hover) and (pointer: fine) {
  .anchor_link li a:hover {
    color: #66807f;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .anchor_link li a:hover {
    color: #66807f;
  }
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  margin-bottom: 145px;
}
.wp-pagenavi .pages, .wp-pagenavi .first, .wp-pagenavi .last {
  display: none;
}
.wp-pagenavi .page, .wp-pagenavi .current, .wp-pagenavi .nextpostslink, .wp-pagenavi .prevpostslink {
  width: 43px;
  height: 43px;
  border: 1px solid #799291;
  color: #66807f;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 6px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 1.6rem;
}
.wp-pagenavi .current {
  color: #fff;
  background: #799291;
}
@media (hover: hover) and (pointer: fine) {
  .wp-pagenavi .page:hover, .wp-pagenavi .nextpostslink:hover, .wp-pagenavi .prevpostslink:hover {
    color: #fff;
    background: #799291;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .wp-pagenavi .page:hover, .wp-pagenavi .nextpostslink:hover, .wp-pagenavi .prevpostslink:hover {
    color: #fff;
    background: #799291;
  }
}
.wp-pagenavi .extend {
  margin: 0 10px;
}
@media screen and (max-width: 834px) {
  .wp-pagenavi {
    margin-bottom: 100px;
  }
}

.rsv_wrap {
  position: relative;
}
.rsv_wrap .rsv_block {
  background: #fff;
  width: calc(100% - 40px);
  margin: 0 auto;
  border-radius: 4px;
  position: relative;
  z-index: 2;
  padding: 55px 0;
}
.rsv_wrap .rsv_block .icon {
  line-height: 0;
  position: absolute;
  top: -75px;
  left: calc(50% - 533px);
  margin: 0 auto;
  z-index: 3;
}
@media screen and (max-width: 1110px) {
  .rsv_wrap .rsv_block .icon {
    left: 20px;
  }
}
.rsv_wrap .rsv_block .icon a {
  display: inline-block;
}
.rsv_wrap .rsv_block .top {
  display: flex;
  margin-bottom: 20px;
}
.rsv_wrap .rsv_block .top .date, .rsv_wrap .rsv_block .top .night, .rsv_wrap .rsv_block .top .people, .rsv_wrap .rsv_block .top .airport {
  margin-right: 2.22%;
}
.rsv_wrap .rsv_block .top .date {
  position: relative;
  width: 29.62%;
}
.rsv_wrap .rsv_block .top .date input[type=text] {
  background: #f7f2ee;
  height: 50px;
  line-height: 50px;
  border-radius: 4px;
  width: 100%;
  padding: 0 35px 0 15px;
}
.rsv_wrap .rsv_block .top .date:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 16px;
  height: 20px;
  display: block;
  background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 20"><defs><style>.cls-1{fill:%23222222;}</style></defs><g><g><path class="st0" d="M15,2.5v17H1v-17H15 M16,1.5H0v19h16V1.5L16,1.5z"/><rect x="7" y="8.5" class="st0" width="2" height="2"/><rect x="4" y="8.5" class="st0" width="2" height="2"/><rect x="10" y="8.5" class="st0" width="2" height="2"/><rect x="7" y="11.5" class="st0" width="2" height="2"/><rect x="4" y="11.5" class="st0" width="2" height="2"/><rect x="10" y="11.5" class="st0" width="2" height="2"/><rect x="7" y="14.5" class="st0" width="2" height="2"/><rect x="4" y="14.5" class="st0" width="2" height="2"/><rect x="10" y="14.5" class="st0" width="2" height="2"/><rect x="0.5" y="5" class="st0" width="15" height="1"/><rect x="4" y="0.5" class="st0" width="1" height="3"/><rect x="11" y="0.5" class="st0" width="1" height="3"/></g></g></svg>');
  background-size: 100%;
  background-repeat: no-repeat;
  margin: auto 0;
  pointer-events: none;
}
.rsv_wrap .rsv_block .top .night, .rsv_wrap .rsv_block .top .people, .rsv_wrap .rsv_block .top .rooms, .rsv_wrap .rsv_block .top .airport {
  position: relative;
  width: 12.96%;
}
.rsv_wrap .rsv_block .top .night select, .rsv_wrap .rsv_block .top .people select, .rsv_wrap .rsv_block .top .rooms select, .rsv_wrap .rsv_block .top .airport select {
  background: #f7f2ee;
  height: 50px;
  line-height: 50px;
  width: 100%;
  border-radius: 4px;
  padding: 0 35px 0 15px;
}
.rsv_wrap .rsv_block .top .night:after, .rsv_wrap .rsv_block .top .people:after, .rsv_wrap .rsv_block .top .rooms:after, .rsv_wrap .rsv_block .top .airport:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 19px;
  height: 19px;
  display: block;
  background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19 19"><defs><style>.cls-1{fill:none;stroke:%23222222;stroke-miterlimit:10;}</style></defs><circle class="cls-1" cx="9.5" cy="9.5" r="9"/><polyline class="cls-1" points="12.5 8.5 9.5 11.5 6.5 8.5"/></svg>');
  background-size: 100%;
  background-repeat: no-repeat;
  transition: 0.3s;
  margin: auto 0;
  pointer-events: none;
}
.rsv_wrap .rsv_block .top .submit {
  margin-left: auto;
  width: 20.37%;
}
.rsv_wrap .rsv_block .top .submit input[type=submit] {
  background: #cd9962;
  color: #fff;
  text-align: center;
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 1.6rem;
}
.rsv_wrap .rsv_block .top.air .date {
  width: 22.8%;
}
.rsv_wrap .rsv_block .top.air .airport {
  width: 20%;
}
.rsv_wrap .rsv_block .bottom {
  font-size: 1.3rem;
  color: #777777;
  display: flex;
  justify-content: space-between;
}
.rsv_wrap .rsv_block .bottom ul {
  order: 2;
  display: flex;
}
.rsv_wrap .rsv_block .bottom ul li {
  margin-right: 24px;
}
.rsv_wrap .rsv_block .bottom ul li:last-child {
  margin-right: 0;
}
.rsv_wrap .rsv_block .bottom ul li a {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .rsv_wrap .rsv_block .bottom ul li a:hover {
    text-decoration: none;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .rsv_wrap .rsv_block .bottom ul li a:hover {
    text-decoration: none;
  }
}
.rsv_wrap .rsv_block.car {
  padding: 55px 30px;
  text-align: center;
}
.rsv_wrap .rsv_block.car .ttl {
  font-weight: 700;
  font-size: 2rem;
  color: #cd9962;
}
@media screen and (max-width: 834px) {
  .rsv_wrap .rsv_block {
    padding: 55px 0 30px;
  }
  .rsv_wrap .rsv_block.car {
    padding: 50px 15px;
  }
  .rsv_wrap .rsv_block.car .ttl {
    font-size: 1.8rem;
  }
  .rsv_wrap .rsv_block .top {
    flex-wrap: wrap;
  }
  .rsv_wrap .rsv_block .top .date, .rsv_wrap .rsv_block .top .night, .rsv_wrap .rsv_block .top .people, .rsv_wrap .rsv_block .top .rooms, .rsv_wrap .rsv_block .top .airport {
    margin-bottom: 15px;
  }
  .rsv_wrap .rsv_block .top .date {
    width: 46.67%;
  }
  .rsv_wrap .rsv_block .top .night, .rsv_wrap .rsv_block .top .people, .rsv_wrap .rsv_block .top .rooms {
    width: 15.55%;
  }
  .rsv_wrap .rsv_block .top .submit {
    width: 100%;
  }
  .rsv_wrap .rsv_block .top.air .airport, .rsv_wrap .rsv_block .top.air .date, .rsv_wrap .rsv_block .top.air .night, .rsv_wrap .rsv_block .top.air .rooms {
    width: 46.67%;
  }
  .rsv_wrap .rsv_block .bottom {
    display: block;
  }
  .rsv_wrap .rsv_block .bottom ul {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 600px) {
  .rsv_wrap .rsv_block .top .date {
    width: 100%;
    margin-right: 0;
  }
  .rsv_wrap .rsv_block .top .night, .rsv_wrap .rsv_block .top .people, .rsv_wrap .rsv_block .top .rooms {
    width: 31.85%;
  }
  .rsv_wrap .rsv_block .bottom ul {
    display: block;
  }
}

.rsv_tab {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
}
.rsv_tab li {
  background: #799291;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 10px 20px;
  border-right: 1px solid #fff;
  cursor: pointer;
  transition: 0.3s;
}
.rsv_tab li:first-child {
  border-radius: 10px 0 0 0;
}
.rsv_tab li:last-child {
  border-radius: 0 10px 0 0;
  border: none;
}
.rsv_tab li.active {
  background: #fff;
  color: #66807f;
}
@media (hover: hover) and (pointer: fine) {
  .rsv_tab li:hover {
    background: #fff;
    color: #66807f;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .rsv_tab li:hover {
    background: #fff;
    color: #66807f;
  }
}
@media screen and (max-width: 834px) {
  .rsv_tab li:first-child {
    border-radius: 10px 0 0 10px;
  }
  .rsv_tab li:last-child {
    border-radius: 0 10px 10px 0;
  }
  .rsv_tab li.active {
    background: #e4eeef;
  }
}
@media screen and (max-width: 834px) and (hover: hover) and (pointer: fine) {
  .rsv_tab li:hover {
    background: #e4eeef;
  }
}
@media screen and (max-width: 834px) and (-ms-high-contrast: none), screen and (max-width: 834px) and (-ms-high-contrast: active) {
  .rsv_tab li:hover {
    background: #e4eeef;
  }
}
@media screen and (max-width: 600px) {
  .rsv_tab {
    display: block;
  }
  .rsv_tab li {
    width: 100%;
    border: none;
    border-bottom: 1px solid #fff;
  }
  .rsv_tab li:first-child {
    border-radius: 10px 10px 0 0 !important;
  }
  .rsv_tab li:last-child {
    border-radius: 0 0 10px 10px !important;
  }
}

.panel-area .panel, .panel-area .tab_block, .rsv_tabarea .panel, .rsv_tabarea .tab_block {
  display: none;
}
.panel-area .panel.active, .panel-area .tab_block.active, .rsv_tabarea .panel.active, .rsv_tabarea .tab_block.active {
  display: block;
}

.planbox {
  position: relative;
  z-index: 2;
}
.planbox .wrap {
  position: relative;
  z-index: 2;
}
.planbox .wrap .fs48 {
  margin-bottom: 25px;
}
.planbox .wrap .panel-area .panel .slide {
  margin: 0 -22.5px 40px;
}
.planbox .wrap .panel-area .panel .slide .box {
  margin: 0 22.5px;
}
.planbox .wrap .panel-area .panel .slide .box .img {
  line-height: 0;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 30px;
  display: block;
}
.planbox .wrap .panel-area .panel .slide .box .img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}
@media (hover: hover) and (pointer: fine) {
  .planbox .wrap .panel-area .panel .slide .box:hover .img img {
    transform: scale(1.1);
  }
  .planbox .wrap .panel-area .panel .slide .box:hover {
    color: #66807f;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .planbox .wrap .panel-area .panel .slide .box:hover .img img {
    transform: scale(1.1);
  }
  .planbox .wrap .panel-area .panel .slide .box:hover {
    color: #66807f;
  }
}
.planbox .wrap .panel-area .panel .slide .slick-arrow {
  font-size: 0;
  width: 50px;
  height: 50px;
  border-radius: 4px;
  border: 1px solid #799291;
  position: absolute;
  bottom: 0;
  transition: 0.3s;
}
.planbox .wrap .panel-area .panel .slide .slick-arrow:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #799291;
  border-right: 2px solid #799291;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.3s;
}
.planbox .wrap .panel-area .panel .slide .slick-arrow.slick-prev {
  left: calc(50% - 540px);
}
.planbox .wrap .panel-area .panel .slide .slick-arrow.slick-prev:after {
  transform: rotate(-135deg);
  left: 4px;
}
.planbox .wrap .panel-area .panel .slide .slick-arrow.slick-next {
  right: calc(50% - 540px);
}
.planbox .wrap .panel-area .panel .slide .slick-arrow.slick-next:after {
  right: 4px;
}
@media (hover: hover) and (pointer: fine) {
  .planbox .wrap .panel-area .panel .slide .slick-arrow:hover {
    background: #799291;
  }
  .planbox .wrap .panel-area .panel .slide .slick-arrow:hover:after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .planbox .wrap .panel-area .panel .slide .slick-arrow:hover {
    background: #799291;
  }
  .planbox .wrap .panel-area .panel .slide .slick-arrow:hover:after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}
.planbox .wrap .panel-area .panel .slide .slick-dots {
  display: flex;
  max-width: 800px;
  margin: 55px auto 0;
  padding: 23px 0;
}
.planbox .wrap .panel-area .panel .slide .slick-dots li {
  width: 33.33%;
  line-height: 0;
}
.planbox .wrap .panel-area .panel .slide .slick-dots li button {
  margin: 0;
  padding: 0;
  background: #799291;
  opacity: 0.2;
  font-size: 0;
  width: 100%;
  height: 2px;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .planbox .wrap .panel-area .panel .slide .slick-dots li button:hover {
    opacity: 1;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .planbox .wrap .panel-area .panel .slide .slick-dots li button:hover {
    opacity: 1;
  }
}
.planbox .wrap .panel-area .panel .slide .slick-dots li.slick-active button {
  opacity: 1;
}
@media screen and (max-width: 834px) {
  .planbox .wrap .fs48 {
    margin-bottom: 35px;
  }
  .planbox .wrap .acbtn a {
    width: 100%;
  }
  .planbox .wrap .panel-area .panel .slide .box .img {
    margin-bottom: 20px;
  }
  .planbox .wrap .panel-area .panel .slide .slick-arrow {
    width: 30px;
    height: 30px;
  }
  .planbox .wrap .panel-area .panel .slide .slick-arrow:after {
    width: 7px;
    height: 7px;
  }
  .planbox .wrap .panel-area .panel .slide .slick-arrow.slick-prev {
    left: 20px;
  }
  .planbox .wrap .panel-area .panel .slide .slick-arrow.slick-next {
    right: 20px;
  }
  .planbox .wrap .panel-area .panel .slide .slick-dots {
    max-width: 980px;
    padding: 15px 74px;
    margin: 30px auto 0;
  }
}

.infobox .fs48 {
  margin-bottom: 35px;
}
.infobox .cate_link {
  margin-bottom: 40px;
}
.infobox .info_dl {
  margin-bottom: 70px;
}
@media screen and (max-width: 834px) {
  .infobox .cate_link {
    margin-bottom: 25px;
  }
  .infobox .info_dl {
    margin-bottom: 45px;
  }
  .infobox .acbtn a {
    width: 100%;
  }
}

.font-en {
  font-family: eb-garamond, serif;
  line-height: 1.5;
  font-weight: 400;
}

.font-en {
  font-family: zen-old-mincho, sans-serif;
  font-weight: 700;
  line-height: 1.5;
}

.align-center {
  text-align: center !important;
}

.align-right {
  text-align: right !important;
}

.align-left {
  text-align: left !important;
}

.contact {
  padding: 0 20px;
}
.contact dl {
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  max-width: 852px;
  width: 100%;
  margin: 0 auto;
  padding: 35px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.contact dl dt {
  margin-right: 25px;
  color: #66807f;
  font-weight: 700;
  font-size: 1.8rem;
}
.contact dl dd {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.contact dl dd span:last-child {
  margin-top: -9px;
}
.contact dl dd .num {
  font-family: eb-garamond, serif;
  line-height: 1.5;
  font-weight: 400;
  font-size: 5rem;
  line-height: 0.9;
  color: #66807f;
  margin-right: 20px;
}
@media screen and (max-width: 834px) {
  .contact dl {
    display: block;
    text-align: center;
  }
  .contact dl dt, .contact dl dd {
    width: 100%;
    display: block;
  }
  .contact dl dt {
    margin: 0 0 15px;
    font-size: 1.6rem;
  }
  .contact dl dd span {
    display: block;
  }
  .contact dl dd span.num {
    margin: 0 0 10px;
  }
}

.gdpr {
  position: fixed;
  bottom: 15px;
  left: 20px;
  background: rgba(255, 255, 255, 0.9);
  z-index: 1000000000000;
  padding: 13px 20px;
  overflow: hidden;
  font-size: 1.2rem;
  text-align: left;
  border-radius: 10px;
  display: none;
}
.gdpr .text {
  display: inline;
  vertical-align: middle;
  margin-right: 20px;
}
.gdpr .text span {
  margin-right: 15px;
}
.gdpr .text a {
  position: relative;
  padding-left: 17px;
  font-size: 1.2rem;
  display: inline-block;
}
.gdpr .text a:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #799291;
  border-right: 1px solid #799291;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .gdpr .text a:hover {
    color: #66807f;
  }
  .gdpr .text a:hover:before {
    border-top: 1px solid #518000;
    border-right: 1px solid #518000;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .gdpr .text a:hover {
    color: #66807f;
  }
  .gdpr .text a:hover:before {
    border-top: 1px solid #518000;
    border-right: 1px solid #518000;
  }
}
.gdpr .agreeBtn {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}
.gdpr .agreeBtn li {
  float: left;
}
.gdpr .agreeBtn li button {
  background: #799291;
  color: #fff;
  border: none;
  font-size: 1.1rem;
  padding: 5px 20px;
  cursor: pointer;
  transition: 0.3s;
  line-height: 1.5;
}
@media (hover: hover) and (pointer: fine) {
  .gdpr .agreeBtn li button:hover {
    opacity: 0.8;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .gdpr .agreeBtn li button:hover {
    opacity: 0.8;
  }
}
.gdpr .agreeBtn li {
  /*&:first-child{
  	margin-right:10px;
  }
  &:last-child {
  	button {
  		background:#bcbcbc;
  	}
  }*/
}
@media screen and (max-width: 860px) {
  .gdpr .text {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 833px) {
  .gdpr {
    bottom: 20px;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    padding-left: 0;
    padding-right: 0;
  }
}

/* 
------------------------------------------------------------------------------------------------------------------------
header
------------------------------------------------------------------------------------------------------------------------
*/
#header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
}
#header .logo {
  position: absolute;
  top: 40px;
  left: 40px;
  line-height: 0;
}
#header .logo a {
  display: block;
}
#header .fix {
  position: fixed;
  top: 30px;
  right: 20px;
  display: flex;
}
#header .fix .menu {
  width: 60px;
  height: 60px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  margin-right: 10px;
  background: #799291;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}
#header .fix .menu span {
  width: 28px;
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  background: #fff;
  margin: 0 auto;
  transition: 0.3s;
}
#header .fix .menu span:nth-child(1) {
  top: 21px;
}
#header .fix .menu span:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}
#header .fix .menu span:nth-child(3) {
  bottom: 21px;
}
@media (hover: hover) and (pointer: fine) {
  #header .fix .menu:hover {
    background: #fff;
  }
  #header .fix .menu:hover span {
    background: #799291;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #header .fix .menu:hover {
    background: #fff;
  }
  #header .fix .menu:hover span {
    background: #799291;
  }
}
#header .fix .rsvt_btn {
  width: 150px;
  height: 60px;
  line-height: 1.5;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  text-align: center;
  background: #cd9962;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
  padding: 8px 0;
}
#header .fix .rsvt_btn span {
  display: block;
  font-size: 1.1rem;
}
@media (hover: hover) and (pointer: fine) {
  #header .fix .rsvt_btn:hover {
    background: #fff;
    color: #cd9962;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #header .fix .rsvt_btn:hover {
    background: #fff;
    color: #cd9962;
  }
}
#header .m_nav {
  position: absolute;
  top: 40px;
  right: 265px;
  display: flex;
  align-items: center;
}
#header .m_nav li {
  margin-right: 25px;
}
#header .m_nav li a {
  display: inline-block;
  color: #fff;
  font-weight: 700;
}
@media (hover: hover) and (pointer: fine) {
  #header .m_nav li a:hover {
    color: #66807f;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #header .m_nav li a:hover {
    color: #66807f;
  }
}
#header .m_nav li:last-child {
  margin: 0 0 0 15px;
}
#header .m_nav li:last-child a {
  display: block;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (hover: hover) and (pointer: fine) {
  #header .m_nav li:last-child a:hover {
    background: rgba(0, 0, 0, 0.6);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #header .m_nav li:last-child a:hover {
    background: rgba(0, 0, 0, 0.6);
  }
}
#header.black .m_nav li a {
  color: #222222;
}
@media screen and (max-width: 950px) {
  #header .logo {
    top: 20px;
    left: 20px;
    width: 100px;
    height: 78.4672px;
  }
  #header .fix {
    top: 0;
    right: 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
    border-radius: 0 0 0 4px;
  }
  #header .fix .menu {
    margin-right: 0;
    border-radius: 0 0 0 4px;
    box-shadow: none;
  }
  #header .fix .rsvt_btn {
    box-shadow: none;
    border-radius: 0;
    width: 110px;
    font-size: 1.6rem;
  }
  #header .m_nav {
    top: 11px;
    right: 186px;
  }
  #header .m_nav li {
    margin-right: 20px;
  }
  #header .m_nav li:last-child {
    margin: 0 0 0 4px;
  }
}
@media screen and (max-width: 834px) {
  #header .m_nav li {
    display: none;
  }
  #header .m_nav li:last-child {
    display: block;
  }
}

.fix_menu {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 20px;
  background: url("../img/common/menu_bg.jpg") no-repeat;
  background-position: right bottom;
  background-size: cover;
  z-index: 21;
}
.fix_menu:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background: url("../img/common/menu_ov_01.png") no-repeat;
  background-position: top left;
  background-size: cover;
  z-index: -1;
}
.fix_menu .fix_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.fix_menu .logo {
  position: absolute;
  top: 40px;
  left: 40px;
  line-height: 0;
}
.fix_menu .logo a {
  display: block;
}
.fix_menu .fix {
  position: fixed;
  top: 30px;
  right: 20px;
  display: flex;
  align-items: center;
}
.fix_menu .fix .lang {
  margin: 0 25px 0 0;
}
.fix_menu .fix .lang a {
  display: block;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (hover: hover) and (pointer: fine) {
  .fix_menu .fix .lang a:hover {
    background: rgba(0, 0, 0, 0.6);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .fix_menu .fix .lang a:hover {
    background: rgba(0, 0, 0, 0.6);
  }
}
.fix_menu .fix .menu {
  width: 60px;
  height: 60px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  margin-right: 10px;
  background: #fff;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}
.fix_menu .fix .menu:after {
  content: "";
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 8px solid transparent;
  border-left: 8px solid #fff;
  transform: rotate(90deg);
  margin: 0 auto;
  transition: 0.3s;
}
.fix_menu .fix .menu span {
  width: 28px;
  height: 2px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #799291;
  margin: auto;
  transition: 0.3s;
}
.fix_menu .fix .menu span:nth-child(1) {
  transform: rotate(45deg);
}
.fix_menu .fix .menu span:nth-child(2) {
  transform: rotate(-45deg);
}
@media (hover: hover) and (pointer: fine) {
  .fix_menu .fix .menu:hover {
    background: #799291;
  }
  .fix_menu .fix .menu:hover:after {
    border: 8px solid transparent;
    border-left: 8px solid #799291;
  }
  .fix_menu .fix .menu:hover span {
    background: #fff;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .fix_menu .fix .menu:hover {
    background: #799291;
  }
  .fix_menu .fix .menu:hover:after {
    border: 8px solid transparent;
    border-left: 8px solid #799291;
  }
  .fix_menu .fix .menu:hover span {
    background: #fff;
  }
}
.fix_menu .fix .rsvt_btn {
  width: 150px;
  height: 60px;
  line-height: 60px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  text-align: center;
  background: #cd9962;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .fix_menu .fix .rsvt_btn:hover {
    background: #fff;
    color: #cd9962;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .fix_menu .fix .rsvt_btn:hover {
    background: #fff;
    color: #cd9962;
  }
}
.fix_menu .inner {
  max-width: 1040px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  margin-top: 50px;
}
.fix_menu .inner .m_nav {
  width: 58.65%;
  display: flex;
  padding-right: 45px;
}
.fix_menu .inner .m_nav .left .plus, .fix_menu .inner .m_nav .left .link, .fix_menu .inner .m_nav .right .plus, .fix_menu .inner .m_nav .right .link {
  color: #fff;
  margin-bottom: 24px;
  cursor: pointer;
  transition: 0.3s;
}
.fix_menu .inner .m_nav .left .plus span:first-child, .fix_menu .inner .m_nav .left .link span:first-child, .fix_menu .inner .m_nav .right .plus span:first-child, .fix_menu .inner .m_nav .right .link span:first-child {
  font-family: eb-garamond, serif;
  line-height: 1.5;
  font-weight: 400;
  font-size: 3.8rem;
  display: inline-block;
  line-height: 1;
  position: relative;
  padding-right: 26px;
}
.fix_menu .inner .m_nav .left .plus span:last-child, .fix_menu .inner .m_nav .left .link span:last-child, .fix_menu .inner .m_nav .right .plus span:last-child, .fix_menu .inner .m_nav .right .link span:last-child {
  display: block;
  font-weight: 700;
}
@media (hover: hover) and (pointer: fine) {
  .fix_menu .inner .m_nav .left .plus:hover, .fix_menu .inner .m_nav .left .link:hover, .fix_menu .inner .m_nav .right .plus:hover, .fix_menu .inner .m_nav .right .link:hover {
    opacity: 0.7;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .fix_menu .inner .m_nav .left .plus:hover, .fix_menu .inner .m_nav .left .link:hover, .fix_menu .inner .m_nav .right .plus:hover, .fix_menu .inner .m_nav .right .link:hover {
    opacity: 0.7;
  }
}
.fix_menu .inner .m_nav .left .plus span:first-child:after, .fix_menu .inner .m_nav .left .plus span:first-child:before, .fix_menu .inner .m_nav .right .plus span:first-child:after, .fix_menu .inner .m_nav .right .plus span:first-child:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: #fff;
}
.fix_menu .inner .m_nav .left .plus span:first-child:before, .fix_menu .inner .m_nav .right .plus span:first-child:before {
  width: 15px;
  height: 1px;
  right: 0;
}
.fix_menu .inner .m_nav .left .plus span:first-child:after, .fix_menu .inner .m_nav .right .plus span:first-child:after {
  width: 1px;
  height: 15px;
  right: 7px;
}
.fix_menu .inner .m_nav .left .plus.active span:first-child:after, .fix_menu .inner .m_nav .right .plus.active span:first-child:after {
  opacity: 0;
}
.fix_menu .inner .m_nav .left .link span:first-child:after, .fix_menu .inner .m_nav .right .link span:first-child:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  width: 11px;
  height: 11px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fix_menu .inner .m_nav .left .sub, .fix_menu .inner .m_nav .right .sub {
  margin-bottom: 26px;
  margin-top: -10px;
  display: none;
}
.fix_menu .inner .m_nav .left .sub li, .fix_menu .inner .m_nav .right .sub li {
  color: #fff;
  position: relative;
  padding-left: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.fix_menu .inner .m_nav .left .sub li:before, .fix_menu .inner .m_nav .right .sub li:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
}
@media (hover: hover) and (pointer: fine) {
  .fix_menu .inner .m_nav .left .sub li a:hover, .fix_menu .inner .m_nav .right .sub li a:hover {
    text-decoration: underline;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .fix_menu .inner .m_nav .left .sub li a:hover, .fix_menu .inner .m_nav .right .sub li a:hover {
    text-decoration: underline;
  }
}
.fix_menu .inner .m_nav .left {
  margin-right: 35px;
}
.fix_menu .inner .s_nav {
  width: 41.35%;
  padding-left: 60px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.fix_menu .inner .s_nav .box {
  display: flex;
  margin-bottom: 30px;
}
.fix_menu .inner .s_nav .box ul:first-child {
  width: 52.79%;
}
.fix_menu .inner .s_nav .box ul:last-child {
  width: 51%;
}
.fix_menu .inner .s_nav .box ul li a {
  color: #fff;
  font-weight: 700;
}
@media (hover: hover) and (pointer: fine) {
  .fix_menu .inner .s_nav .box ul li a:hover {
    text-decoration: underline;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .fix_menu .inner .s_nav .box ul li a:hover {
    text-decoration: underline;
  }
}
.fix_menu .inner .s_nav .recruit a {
  display: inline-block;
  background: #fff;
  color: #66807f;
  font-weight: 700;
  border-radius: 6px;
  padding: 6px 40px;
}
@media (hover: hover) and (pointer: fine) {
  .fix_menu .inner .s_nav .recruit a:hover {
    opacity: 0.7;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .fix_menu .inner .s_nav .recruit a:hover {
    opacity: 0.7;
  }
}
.fix_menu.lang .inner .m_nav {
  width: 100%;
  justify-content: space-between;
}
.fix_menu.lang .inner .m_nav .left, .fix_menu.lang .inner .m_nav .right {
  width: 46%;
}
.fix_menu.lang .inner .m_nav .left .link span, .fix_menu.lang .inner .m_nav .right .link span {
  font-weight: 400 !important;
}
@media screen and (max-width: 950px) {
  .fix_menu .logo {
    top: 20px;
    left: 20px;
    width: 100px;
    height: 78.4672px;
  }
  .fix_menu .fix {
    top: 0;
    right: 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
    border-radius: 0 0 0 4px;
  }
  .fix_menu .fix .lang {
    position: fixed;
    right: 166px;
  }
  .fix_menu .fix .menu {
    margin-right: 0;
    border-radius: 0 0 0 4px;
    box-shadow: none;
  }
  .fix_menu .fix .rsvt_btn {
    box-shadow: none;
    border-radius: 0;
    width: 110px;
  }
}
@media screen and (max-width: 834px) {
  .fix_menu {
    padding: 155px 0 0;
  }
  .fix_menu:before {
    background: url("../img/common/menu_bg_sp01.png") no-repeat;
    background-position: bottom center;
    background-size: cover;
  }
  .fix_menu .fix_inner {
    overflow: auto;
    height: calc(100vh - 185px);
    padding: 0 20px;
    align-items: flex-start;
    /*&.active {
    	padding: 174px 20px 0;
    }*/
  }
  .fix_menu .inner {
    display: block;
    margin-top: 0;
  }
  .fix_menu .inner .m_nav, .fix_menu .inner .s_nav {
    width: 100%;
  }
  .fix_menu .inner .m_nav {
    padding-right: 0;
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .fix_menu .inner .m_nav .left .plus span:first-child, .fix_menu .inner .m_nav .left .link span:first-child, .fix_menu .inner .m_nav .right .plus span:first-child, .fix_menu .inner .m_nav .right .link span:first-child {
    font-size: 2.2rem;
    padding-right: 18px;
  }
  .fix_menu .inner .m_nav .left .plus span:first-child:before, .fix_menu .inner .m_nav .left .link span:first-child:before, .fix_menu .inner .m_nav .right .plus span:first-child:before, .fix_menu .inner .m_nav .right .link span:first-child:before {
    width: 11px;
  }
  .fix_menu .inner .m_nav .left .plus span:first-child:after, .fix_menu .inner .m_nav .left .link span:first-child:after, .fix_menu .inner .m_nav .right .plus span:first-child:after, .fix_menu .inner .m_nav .right .link span:first-child:after {
    height: 11px;
    right: 5px;
  }
  .fix_menu .inner .m_nav .left .plus span:first-child:before, .fix_menu .inner .m_nav .right .plus span:first-child:before {
    width: 11px;
  }
  .fix_menu .inner .m_nav .left .plus span:first-child:after, .fix_menu .inner .m_nav .right .plus span:first-child:after {
    height: 11px;
    right: 5px;
  }
  .fix_menu .inner .m_nav .left .link span:first-child:after, .fix_menu .inner .m_nav .right .link span:first-child:after {
    width: 9px;
    height: 9px;
  }
  .fix_menu .inner .m_nav .left {
    margin-right: 25px;
  }
  .fix_menu .inner .s_nav {
    padding: 0;
    border: none;
  }
  .fix_menu.lang .fix_inner {
    align-items: flex-start;
  }
  .fix_menu.lang .inner .m_nav {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
    display: block;
  }
  .fix_menu.lang .inner .m_nav .left, .fix_menu.lang .inner .m_nav .right {
    width: 100%;
  }
}

.fix_rsv {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 20px;
  background: url("../img/common/menu_bg.jpg") no-repeat;
  background-position: right bottom;
  background-size: cover;
  z-index: 22;
}
.fix_rsv:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background: url("../img/common/menu_ov_02.png") no-repeat;
  background-position: top left;
  background-size: cover;
  z-index: -1;
}
.fix_rsv .fix_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.fix_rsv .logo {
  position: absolute;
  top: 40px;
  left: 40px;
  line-height: 0;
}
.fix_rsv .logo a {
  display: block;
}
.fix_rsv .fix {
  position: fixed;
  top: 30px;
  right: 20px;
  display: flex;
  align-items: center;
}
.fix_rsv .fix .lang {
  margin: 0 25px 0 0;
}
.fix_rsv .fix .lang a {
  display: block;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (hover: hover) and (pointer: fine) {
  .fix_rsv .fix .lang a:hover {
    background: rgba(0, 0, 0, 0.6);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .fix_rsv .fix .lang a:hover {
    background: rgba(0, 0, 0, 0.6);
  }
}
.fix_rsv .fix .menu {
  width: 60px;
  height: 60px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  margin-right: 10px;
  background: #799291;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}
.fix_rsv .fix .menu span {
  width: 28px;
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  background: #fff;
  margin: 0 auto;
  transition: 0.3s;
}
.fix_rsv .fix .menu span:nth-child(1) {
  top: 21px;
}
.fix_rsv .fix .menu span:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}
.fix_rsv .fix .menu span:nth-child(3) {
  bottom: 21px;
}
@media (hover: hover) and (pointer: fine) {
  .fix_rsv .fix .menu:hover {
    background: #fff;
  }
  .fix_rsv .fix .menu:hover span {
    background: #799291;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .fix_rsv .fix .menu:hover {
    background: #fff;
  }
  .fix_rsv .fix .menu:hover span {
    background: #799291;
  }
}
.fix_rsv .fix .rsvt_btn {
  width: 150px;
  height: 60px;
  line-height: 60px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  text-align: center;
  background: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  color: #cd9962;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
}
.fix_rsv .fix .rsvt_btn:after {
  content: "";
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 8px solid transparent;
  border-left: 8px solid #fff;
  transform: rotate(90deg);
  margin: 0 auto;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .fix_rsv .fix .rsvt_btn:hover {
    background: #cd9962;
    color: #fff;
  }
  .fix_rsv .fix .rsvt_btn:hover:after {
    border: 8px solid transparent;
    border-left: 8px solid #cd9962;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .fix_rsv .fix .rsvt_btn:hover {
    background: #cd9962;
    color: #fff;
  }
  .fix_rsv .fix .rsvt_btn:hover:after {
    border: 8px solid transparent;
    border-left: 8px solid #cd9962;
  }
}
.fix_rsv .inner {
  max-width: 1240px;
  width: 100%;
  /*display: flex;
  align-items: flex-start;*/
  margin-top: 50px;
}
.fix_rsv .inner .rsv_tab {
  position: static;
  margin: 0 0 40px;
  padding: 0 20px;
}
.fix_rsv .inner .rsv_tab li {
  background: #cd9962;
}
.fix_rsv .inner .rsv_tab li:first-child {
  border-radius: 10px 0 0 10px;
}
.fix_rsv .inner .rsv_tab li:last-child {
  border-radius: 0 10px 10px 0;
}
.fix_rsv .inner .rsv_tab li.active {
  color: #cd9962;
  background: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .fix_rsv .inner .rsv_tab li:hover {
    color: #cd9962;
    background: #fff;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .fix_rsv .inner .rsv_tab li:hover {
    color: #cd9962;
    background: #fff;
  }
}
.fix_rsv .inner .bottom {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  color: #fff;
  display: flex;
}
.fix_rsv .inner .bottom .name {
  padding-right: 36px;
  position: relative;
  margin-right: 34px;
}
.fix_rsv .inner .bottom .name:after {
  content: "";
  width: 1px;
  height: 60%;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
}
.fix_rsv .inner .bottom .name span {
  vertical-align: middle;
}
.fix_rsv .inner .bottom .name span:first-child {
  font-weight: 700;
  font-size: 1.6rem;
  margin-right: 28px;
}
.fix_rsv .inner .bottom .name span:last-child {
  font-size: 1.4rem;
}
.fix_rsv .inner .bottom .tel a, .fix_rsv .inner .bottom .tel span {
  vertical-align: middle;
}
.fix_rsv .inner .bottom .tel a {
  font-family: eb-garamond, serif;
  line-height: 1.5;
  font-weight: 400;
  font-size: 2.4rem;
  margin-right: 30px;
}
.fix_rsv .inner .bottom .tel span {
  font-size: 1.3rem;
}
.fix_rsv .inner .rsv_wrap {
  margin-bottom: 40px;
}
.fix_rsv .inner .rsv_wrap .icon {
  text-align: right;
}
.fix_rsv .inner .rsv_wrap .bottom {
  color: #777777;
}
.fix_rsv .inner #calendar, .fix_rsv .inner #calendar2 {
  margin-bottom: 65px;
}
.fix_rsv .inner #calendar .ui-datepicker-inline, .fix_rsv .inner #calendar2 .ui-datepicker-inline {
  max-width: 930px !important;
  margin: 0 auto !important;
  width: 100% !important;
  padding: 0 !important;
  background: none !important;
  border: none !important;
}
.fix_rsv .inner #calendar .ui-datepicker-inline .ui-datepicker-header, .fix_rsv .inner #calendar2 .ui-datepicker-inline .ui-datepicker-header {
  background: none !important;
  border: none !important;
  color: #fff;
  padding: 0;
  font-size: 1.7rem;
  padding: 0;
  margin-bottom: 30px;
}
.fix_rsv .inner #calendar .ui-datepicker-inline .ui-datepicker-header .ui-datepicker-title, .fix_rsv .inner #calendar2 .ui-datepicker-inline .ui-datepicker-header .ui-datepicker-title {
  line-height: 1.5;
}
.fix_rsv .inner #calendar .ui-datepicker-inline .ui-datepicker-header .ui-corner-all, .fix_rsv .inner #calendar2 .ui-datepicker-inline .ui-datepicker-header .ui-corner-all {
  width: 50px !important;
  height: 50px !important;
  border-radius: 4px !important;
  border: 1px solid #fff;
  top: 120px;
  bottom: 0;
  cursor: pointer;
}
.fix_rsv .inner #calendar .ui-datepicker-inline .ui-datepicker-header .ui-corner-all:before, .fix_rsv .inner #calendar2 .ui-datepicker-inline .ui-datepicker-header .ui-corner-all:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 11px !important;
  height: 11px !important;
  border-top: 2px solid #fff !important;
  border-right: 2px solid #fff !important;
  -webkit-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  margin: auto !important;
}
.fix_rsv .inner #calendar .ui-datepicker-inline .ui-datepicker-header .ui-corner-all.ui-datepicker-prev, .fix_rsv .inner #calendar2 .ui-datepicker-inline .ui-datepicker-header .ui-corner-all.ui-datepicker-prev {
  left: -86px;
}
.fix_rsv .inner #calendar .ui-datepicker-inline .ui-datepicker-header .ui-corner-all.ui-datepicker-prev:before, .fix_rsv .inner #calendar2 .ui-datepicker-inline .ui-datepicker-header .ui-corner-all.ui-datepicker-prev:before {
  -webkit-transform: rotate(-135deg) !important;
  transform: rotate(-135deg) !important;
}
.fix_rsv .inner #calendar .ui-datepicker-inline .ui-datepicker-header .ui-corner-all.ui-datepicker-next, .fix_rsv .inner #calendar2 .ui-datepicker-inline .ui-datepicker-header .ui-corner-all.ui-datepicker-next {
  right: -86px;
}
.fix_rsv .inner #calendar .ui-datepicker-inline .ui-datepicker-header .ui-corner-all .ui-icon, .fix_rsv .inner #calendar2 .ui-datepicker-inline .ui-datepicker-header .ui-corner-all .ui-icon {
  background: none !important;
}
.fix_rsv .inner #calendar .ui-datepicker-inline .ui-datepicker-header .ui-corner-all.ui-state-hover, .fix_rsv .inner #calendar2 .ui-datepicker-inline .ui-datepicker-header .ui-corner-all.ui-state-hover {
  background: #fff !important;
  border: 1px solid #fff !important;
}
.fix_rsv .inner #calendar .ui-datepicker-inline .ui-datepicker-header .ui-corner-all.ui-state-hover:before, .fix_rsv .inner #calendar2 .ui-datepicker-inline .ui-datepicker-header .ui-corner-all.ui-state-hover:before {
  border-top: 2px solid #c1a183 !important;
  border-right: 2px solid #c1a183 !important;
}
.fix_rsv .inner #calendar .ui-datepicker-inline th, .fix_rsv .inner #calendar .ui-datepicker-inline td, .fix_rsv .inner #calendar2 .ui-datepicker-inline th, .fix_rsv .inner #calendar2 .ui-datepicker-inline td {
  padding: 0;
  color: #fff;
}
.fix_rsv .inner #calendar .ui-datepicker-inline th span, .fix_rsv .inner #calendar .ui-datepicker-inline td span, .fix_rsv .inner #calendar2 .ui-datepicker-inline th span, .fix_rsv .inner #calendar2 .ui-datepicker-inline td span {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 auto;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  font-size: 1.5rem;
  font-weight: 400;
}
.fix_rsv .inner #calendar .ui-datepicker-inline thead th, .fix_rsv .inner #calendar2 .ui-datepicker-inline thead th {
  padding-bottom: 5px !important;
}
.fix_rsv .inner #calendar .ui-datepicker-inline thead th:first-child span, .fix_rsv .inner #calendar2 .ui-datepicker-inline thead th:first-child span {
  border: 1px solid #fff;
}
.fix_rsv .inner #calendar .ui-datepicker-inline thead th:last-child span, .fix_rsv .inner #calendar2 .ui-datepicker-inline thead th:last-child span {
  background: #b6906d;
}
.fix_rsv .inner #calendar .ui-datepicker-inline tbody tr td, .fix_rsv .inner #calendar2 .ui-datepicker-inline tbody tr td {
  padding: 3px 0;
}
.fix_rsv .inner #calendar .ui-datepicker-inline tbody tr td .ui-state-default, .fix_rsv .inner #calendar2 .ui-datepicker-inline tbody tr td .ui-state-default {
  border: none !important;
  background: none !important;
  color: #fff;
  text-align: center;
  padding: 0;
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 auto;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  font-size: 1.5rem;
  font-weight: 400;
}
.fix_rsv .inner #calendar .ui-datepicker-inline tbody tr td .ui-state-default.ui-state-active, .fix_rsv .inner #calendar .ui-datepicker-inline tbody tr td .ui-state-default.ui-state-hover, .fix_rsv .inner #calendar2 .ui-datepicker-inline tbody tr td .ui-state-default.ui-state-active, .fix_rsv .inner #calendar2 .ui-datepicker-inline tbody tr td .ui-state-default.ui-state-hover {
  background: #fff !important;
  color: #c1a183 !important;
}
@media screen and (max-width: 1075px) {
  .fix_rsv .inner #calendar .ui-datepicker-inline .ui-datepicker-header .ui-corner-all, .fix_rsv .inner #calendar2 .ui-datepicker-inline .ui-datepicker-header .ui-corner-all {
    top: 0;
    width: 35px !important;
    height: 35px !important;
  }
  .fix_rsv .inner #calendar .ui-datepicker-inline .ui-datepicker-header .ui-corner-all.ui-datepicker-prev, .fix_rsv .inner #calendar2 .ui-datepicker-inline .ui-datepicker-header .ui-corner-all.ui-datepicker-prev {
    left: 10px;
  }
  .fix_rsv .inner #calendar .ui-datepicker-inline .ui-datepicker-header .ui-corner-all.ui-datepicker-next, .fix_rsv .inner #calendar2 .ui-datepicker-inline .ui-datepicker-header .ui-corner-all.ui-datepicker-next {
    right: 10px;
  }
  .fix_rsv .inner #calendar .ui-datepicker-inline .ui-datepicker-header .ui-corner-all:before, .fix_rsv .inner #calendar2 .ui-datepicker-inline .ui-datepicker-header .ui-corner-all:before {
    width: 8px !important;
    height: 8px !important;
  }
}
@media screen and (max-width: 950px) {
  .fix_rsv .logo {
    top: 20px;
    left: 20px;
    width: 100px;
    height: 78.4672px;
  }
  .fix_rsv .fix {
    top: 0;
    right: 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
    border-radius: 0 0 0 4px;
  }
  .fix_rsv .fix .lang {
    position: fixed;
    right: 166px;
  }
  .fix_rsv .fix .menu {
    margin-right: 0;
    border-radius: 0 0 0 4px;
    box-shadow: none;
  }
  .fix_rsv .fix .rsvt_btn {
    box-shadow: none;
    border-radius: 0;
    width: 110px;
  }
}
@media screen and (max-width: 834px) {
  .fix_rsv {
    /*padding: 155px 0 0;*/
  }
  .fix_rsv:before {
    background: url("../img/common/menu_bg_sp02.png") no-repeat;
    background-position: bottom center;
    background-size: cover;
  }
  .fix_rsv .fix_inner {
    overflow: auto;
    /*height: calc(100vh - 185px);*/
    padding: 330px 0 0;
  }
  .fix_rsv .inner {
    display: block;
    margin-top: 0;
    margin-bottom: 100px;
  }
  .fix_rsv .inner .bottom {
    display: block;
  }
  .fix_rsv .inner .bottom .name {
    padding: 0;
    margin: 0 0 5px;
  }
  .fix_rsv .inner .bottom .name:after {
    display: none;
  }
  .fix_rsv .inner .bottom .name span {
    display: block;
  }
  .fix_rsv .inner .bottom .tel span {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .fix_rsv .fix_inner {
    /*padding: 300px 0 0;*/
    display: block;
    /*padding: 0;*/
    padding-top: 150px;
  }
  .fix_rsv .fix_inner .inner {
    margin-bottom: 140px;
  }
}

.l_page #header .fix .rsvt_btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 
------------------------------------------------------------------------------------------------------------------------
footer
------------------------------------------------------------------------------------------------------------------------
*/
#footer {
  color: #fff;
}
#footer .top {
  background: url("../img/common/footer.jpg") no-repeat;
  background-position: bottom center;
  background-size: cover;
  padding: 70px 0 20px;
}
#footer .top .wrap {
  display: flex;
  max-width: 1280px;
}
#footer .top .wrap .hotel {
  width: 29.84%;
  text-align: center;
}
#footer .top .wrap .hotel .logo {
  line-height: 0;
  margin-bottom: 30px;
}
#footer .top .wrap .hotel .logo a {
  display: inline-block;
}
#footer .top .wrap .hotel .name {
  margin-bottom: 10px;
  font-weight: 700;
}
#footer .top .wrap .hotel .address {
  margin-bottom: 35px;
}
#footer .top .wrap .hotel .tel {
  margin-bottom: 40px;
}
#footer .top .wrap .hotel .tel .link {
  margin-bottom: 10px;
}
#footer .top .wrap .hotel .tel .link a {
  font-family: eb-garamond, serif;
  line-height: 1.5;
  font-weight: 400;
  font-size: 3.6rem;
  pointer-events: none;
}
@media screen and (max-width: 834px) {
  #footer .top .wrap .hotel .tel .link a {
    pointer-events: inherit;
  }
}
#footer .top .wrap .hotel .tel .link + p {
  font-size: 1.3rem;
}
#footer .top .wrap .hotel .sns {
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer .top .wrap .hotel .sns li {
  line-height: 0;
  margin: 0 9px;
}
#footer .top .wrap .hotel .sns li a {
  display: block;
}
#footer .top .wrap .sitemap {
  width: 70.16%;
}
#footer .top .wrap .sitemap h1 {
  font-size: 1.4rem;
  font-weight: normal;
  margin-bottom: 37px;
}
#footer .top .wrap .sitemap .links {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 40px 0;
  max-width: 820px;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
#footer .top .wrap .sitemap .links .box {
  margin-right: 70px;
}
#footer .top .wrap .sitemap .links .box ul {
  margin-bottom: 30px;
}
#footer .top .wrap .sitemap .links .box ul:last-child {
  margin-bottom: 0;
}
#footer .top .wrap .sitemap .links .box ul li {
  line-height: 1.5;
  margin-bottom: 5px;
}
#footer .top .wrap .sitemap .links .box ul li a {
  font-weight: 700;
}
@media (hover: hover) and (pointer: fine) {
  #footer .top .wrap .sitemap .links .box ul li a:hover {
    text-decoration: underline;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #footer .top .wrap .sitemap .links .box ul li a:hover {
    text-decoration: underline;
  }
}
#footer .top .wrap .sitemap .s_links {
  padding-right: 232px;
  position: relative;
  z-index: 2;
}
#footer .top .wrap .sitemap .s_links li {
  display: inline-block;
  vertical-align: top;
  margin-right: 24px;
}
#footer .top .wrap .sitemap .s_links li a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.3rem;
  line-height: 1.5;
}
@media (hover: hover) and (pointer: fine) {
  #footer .top .wrap .sitemap .s_links li a:hover {
    text-decoration: underline;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #footer .top .wrap .sitemap .s_links li a:hover {
    text-decoration: underline;
  }
}
#footer .top .wrap .sitemap .bottom {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: -35px;
}
#footer .top .wrap .sitemap .bottom .TA_tchotel {
  order: 2;
  border-radius: 4px;
  background: #fff;
  padding: 16px;
  line-height: 0;
  margin: 0 0 0 30px;
}
@media (hover: hover) and (pointer: fine) {
  #footer .top .wrap .sitemap .bottom a:hover {
    opacity: 0.7;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #footer .top .wrap .sitemap .bottom a:hover {
    opacity: 0.7;
  }
}
#footer small {
  display: block;
  text-align: center;
  font-size: 1.3rem;
  background: #799291;
  padding: 25px 20px;
  line-height: 1.5;
}
#footer.lang .top {
  padding: 70px 0 50px;
}
#footer.lang .top .wrap {
  display: block;
}
#footer.lang .top .wrap .hotel {
  width: 100%;
}
#footer.lang .top .bottom {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: -35px;
}
#footer.lang .top .bottom .TA_tchotel {
  order: 2;
  border-radius: 4px;
  background: #fff;
  padding: 16px;
  line-height: 0;
  margin: 0 0 0 30px;
}
@media (hover: hover) and (pointer: fine) {
  #footer.lang .top .bottom a:hover {
    opacity: 0.7;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #footer.lang .top .bottom a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1000px) {
  #footer .top .wrap .hotel {
    padding-right: 20px;
  }
}
@media screen and (max-width: 834px) {
  #footer .top {
    padding: 50px 0 35px;
    background: url("../img/common/footer_bg_sp.png") no-repeat;
    background-position: bottom center;
    background-size: cover;
  }
  #footer .top .wrap {
    display: block;
  }
  #footer .top .wrap .hotel, #footer .top .wrap .sitemap {
    width: 100%;
  }
  #footer .top .wrap .hotel {
    margin: 0 0 40px;
    padding: 0;
  }
  #footer .top .wrap .hotel .name {
    margin: 0 0 3px;
  }
  #footer .top .wrap .hotel .address {
    margin-bottom: 23px;
  }
  #footer .top .wrap .hotel .tel {
    margin-bottom: 30px;
  }
  #footer .top .wrap .hotel .tel .link {
    margin-bottom: 5px;
  }
  #footer .top .wrap .hotel .tel .link a {
    font-size: 3.2rem;
  }
  #footer .top .wrap .sitemap h1 {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    line-height: 1.5;
    padding: 25px 0;
    margin-bottom: 0;
  }
  #footer .top .wrap .sitemap .links {
    padding: 40px 0 10px;
  }
  #footer .top .wrap .sitemap .links .box {
    width: 48.4375%;
    margin: 0 3.125% 30px 0;
  }
  #footer .top .wrap .sitemap .links .box:nth-child(2n) {
    margin: 0 0 30px;
  }
  #footer .top .wrap .sitemap .s_links {
    padding-right: 0;
    margin-bottom: 30px;
  }
  #footer .top .wrap .sitemap .bottom {
    margin-top: 0;
  }
  #footer .top .wrap .sitemap .bottom .TA_tchotel {
    width: 65px;
    padding: 8px;
    margin: 0 0 0 20px;
  }
  #footer .top .wrap .sitemap .bottom .group {
    line-height: 0;
  }
  #footer .top .wrap .sitemap .bottom .group a {
    display: block;
  }
  #footer.lang .top .bottom {
    margin-top: 0;
  }
  #footer.lang .top .bottom .TA_tchotel {
    width: 65px;
    padding: 8px;
    margin: 0 0 0 20px;
  }
  #footer.lang .top .bottom .group {
    line-height: 0;
  }
  #footer.lang .top .bottom .group a {
    display: block;
  }
}

/* 
------------------------------------------------------------------------------------------------------------------------
top
------------------------------------------------------------------------------------------------------------------------
*/
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
#top .main_visual {
  position: relative;
}
#top .main_visual .slide {
  overflow: hidden;
}
#top .main_visual .slide .slick-slide img {
  aspect-ratio: 1920/1200;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#top .main_visual .slide .add-animation {
  animation: zoomUp 10s linear 0s normal both;
}
#top .main_visual .txt {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}
#top .main_visual .txt .inner {
  max-width: 1080px;
  width: 100%;
  color: #fff;
}
#top .main_visual .txt .inner .catch {
  font-family: eb-garamond, serif;
  line-height: 1.5;
  font-weight: 400;
  font-size: 6.5rem;
  margin-bottom: 0;
}
#top .main_visual .txt .inner .lead {
  font-weight: 700;
  font-size: 1.6rem;
}
#top .main_visual .txt .inner .bdrbtn {
  position: absolute;
  bottom: 82px;
  right: 20px;
}
@media screen and (max-width: 1024px) {
  #top .main_visual .txt .inner .bdrbtn {
    bottom: 118px;
  }
}
@media screen and (max-width: 834px) {
  #top .main_visual .slide .slick-slide img {
    aspect-ratio: 375/600;
    height: 160vw;
    object-fit: cover;
  }
  #top .main_visual .txt .inner .catch {
    font-size: 4rem;
    line-height: 1.3;
    margin-bottom: 5px;
  }
  #top .main_visual .txt .inner .lead {
    font-size: 1.5rem;
  }
  #top .main_visual .txt .inner .bdrbtn {
    z-index: 3;
  }
  #top .main_visual .txt .inner .bdrbtn a {
    padding: 13px 21px;
  }
}
#top .contents .rsv_wrap {
  position: relative;
  padding-bottom: 90px;
}
#top .contents .rsv_wrap .rsv_block {
  margin-top: -52px;
}
#top .contents .rsv_wrap .rsv_block .ttl {
  font-size: 2rem;
  font-weight: 700;
  color: #799291;
}
#top .contents .rsv_wrap:before {
  content: "";
  position: absolute;
  top: 52px;
  left: 0;
  right: 0;
  background: url(../img/common/bg_02.gif) repeat;
  background-position: center;
  background-size: 100px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 834px) {
  #top .contents .rsv_wrap {
    padding-bottom: 60px;
  }
  #top .contents .rsv_wrap .rsv_tab {
    position: static;
    margin-bottom: 30px;
  }
  #top .contents .rsv_wrap .rsv_block .ttl {
    font-size: 1.8rem;
  }
}
#top .contents .planbox {
  position: relative;
  z-index: 2;
  background: url(../img/common/bg_03.gif) repeat;
  background-position: center;
  background-size: 100px;
  padding-bottom: 100px;
  margin-bottom: 20px;
}
#top .contents .planbox:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: url(../img/common/bg_02.gif) repeat;
  background-position: center;
  background-size: 100px;
  width: 100%;
  height: 31.44%;
}
#top .contents .planbox .fs48 {
  color: #fff;
  margin-bottom: 25px;
}
#top .contents .planbox .cate_link li span {
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  #top .contents .planbox .cate_link li:hover span {
    border-bottom: 2px solid rgb(255, 255, 255);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #top .contents .planbox .cate_link li:hover span {
    border-bottom: 2px solid rgb(255, 255, 255);
  }
}
#top .contents .planbox .cate_link li.active span {
  border-bottom: 2px solid rgb(255, 255, 255);
}
#top .contents .planbox .slick-track {
  margin: 0;
}
@media screen and (max-width: 834px) {
  #top .contents .planbox {
    padding-bottom: 65px;
  }
  #top .contents .planbox:before {
    height: 50%;
  }
}
#top .contents .pagenav {
  padding: 0 20px;
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#top .contents .pagenav a {
  border-radius: 4px;
  overflow: hidden;
  width: 23.79%;
  display: block;
  position: relative;
  margin-bottom: 20px;
}
#top .contents .pagenav a:first-child, #top .contents .pagenav a:last-child {
  width: 49.19%;
}
#top .contents .pagenav a .img {
  line-height: 0;
  position: relative;
}
#top .contents .pagenav a .img img {
  width: 100%;
}
#top .contents .pagenav a .img:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, 0.3) 100%);
}
#top .contents .pagenav a .ttl {
  position: absolute;
  bottom: 12px;
  left: 15px;
  right: 15px;
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
  padding-right: 30px;
}
#top .contents .pagenav a .ttl:before, #top .contents .pagenav a .ttl:after {
  content: "";
  position: absolute;
}
#top .contents .pagenav a .ttl:before {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #fff;
  right: 0;
  bottom: -2px;
}
#top .contents .pagenav a .ttl:after {
  bottom: 8px;
  right: 10px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (hover: hover) and (pointer: fine) {
  #top .contents .pagenav a:hover .img img {
    transform: scale(1.1);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #top .contents .pagenav a:hover .img img {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 834px) {
  #top .contents .pagenav {
    margin-bottom: 35px;
  }
  #top .contents .pagenav a {
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }
  #top .contents .pagenav a:first-child, #top .contents .pagenav a:last-child {
    width: 100%;
  }
}
#top .contents .infobox {
  margin-bottom: 65px;
}
#top .contents .infobox .info_banner {
  margin: 65px 0 100px;
}
#top .contents .infobox .info_banner a {
  display: block;
  line-height: 0;
}
#top .contents .infobox .info_banner a img {
  width: 100%;
}
@media screen and (max-width: 834px) {
  #top .contents .infobox {
    margin-bottom: 85px;
  }
  #top .contents .infobox .info_banner {
    margin: 50px 0 0;
  }
}
#top .contents .shop {
  position: relative;
}
#top .contents .shop:before {
  content: "";
  position: absolute;
  top: 35px;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/common/bg_02.gif) repeat;
  background-position: center;
  background-size: 100px;
}
#top .contents .shop .wrap {
  position: relative;
  z-index: 2;
  display: flex;
}
#top .contents .shop .wrap .img {
  width: 44.44%;
  order: 2;
  line-height: 0;
  position: relative;
}
#top .contents .shop .wrap .img .icon {
  position: absolute;
  right: 25px;
  top: -45px;
}
#top .contents .shop .wrap .img .inner {
  display: block;
  line-height: 0;
}
#top .contents .shop .wrap .txt {
  width: 51.85%;
  padding: 115px 0 100px;
  color: #fff;
}
#top .contents .shop .wrap .txt .fs48 {
  color: #fff;
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  #top .contents .shop .wrap {
    display: block;
  }
  #top .contents .shop .wrap .img, #top .contents .shop .wrap .txt {
    width: 100%;
  }
  #top .contents .shop .wrap .txt {
    padding: 20px 0 60px;
  }
  #top .contents .shop .wrap .txt .bdrbtn a {
    width: 100%;
  }
}
#top .contents .gallery {
  padding: 85px 0 100px;
  background: url(../img/common/bg_03.gif) repeat;
  background-position: center;
  background-size: 100px;
}
#top .contents .gallery .fs48 {
  margin-bottom: 15px;
}
#top .contents .gallery .fs48 + p {
  margin-bottom: 60px;
}
#top .contents .gallery .slide {
  margin-bottom: 60px;
}
#top .contents .gallery .slide .slick-slide {
  line-height: 0;
  margin: 0 10px;
  border-radius: 4px;
  overflow: hidden;
}
#top .contents .gallery .slide .slick-slide img {
  width: 100%;
}
@media screen and (max-width: 834px) {
  #top .contents .gallery {
    padding: 55px 0 80px;
  }
  #top .contents .gallery .fs48 + p {
    margin-bottom: 45px;
  }
  #top .contents .gallery .slide {
    margin-bottom: 45px;
  }
  #top .contents .gallery .slide .slick-slide {
    margin: 0 5px;
  }
  #top .contents .gallery .acbtn a {
    width: 100%;
  }
}
#top .contents .others {
  background: url(../img/common/bg_03.gif) repeat;
  background-position: center;
  background-size: 100px;
}
#top .contents .others .wrap ul {
  background: #fff;
  border-radius: 4px 4px 0 0;
  padding: 50px 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#top .contents .others .wrap ul li {
  width: calc((100% - 90px) / 4);
  margin: 0 30px 0 0;
  line-height: 0;
}
#top .contents .others .wrap ul li:nth-child(4n) {
  margin: 0;
}
#top .contents .others .wrap ul li a {
  display: block;
}
#top .contents .others .wrap ul li a img {
  width: 100%;
}
@media (hover: hover) and (pointer: fine) {
  #top .contents .others .wrap ul li a:hover {
    opacity: 0.7;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #top .contents .others .wrap ul li a:hover {
    opacity: 0.7;
  }
}
#top .contents .others .wrap .b60th {
  line-height: 0;
  padding-bottom: 100px;
}
#top .contents .others .wrap .b60th a {
  display: block;
  border-radius: 0 0 4px 4px;
  overflow: hidden;
}
#top .contents .others .wrap .b60th a img {
  width: 100%;
}
#top .contents .others .wrap .js-wrap {
  padding-bottom: 110px;
}
#top .contents .others .wrap .js-wrap .js-omocon {
  background: #fff;
  border-radius: 4px;
  padding: 65px 30px 70px;
}
@media screen and (max-width: 834px) {
  #top .contents .others .wrap ul {
    padding: 30px 20px;
    justify-content: space-between;
  }
  #top .contents .others .wrap ul li {
    width: calc(50% - 15px);
    margin: 0 0 15px;
  }
  #top .contents .others .wrap .b60th {
    padding-bottom: 55px;
  }
  #top .contents .others .wrap .js-wrap {
    padding-bottom: 90px;
  }
}

/* 
------------------------------------------------------------------------------------------------------------------------
restaurant
------------------------------------------------------------------------------------------------------------------------
*/
#restaurant .list {
  margin-bottom: 15px;
}
#restaurant .list .fs30 {
  margin-bottom: 70px;
}
#restaurant .list .twoclum .box .txt .fss19 {
  margin-bottom: 20px;
}
#restaurant .list .twoclum .box .txt .s_dl {
  border-top: 1px solid #dddddd;
  padding-top: 25px;
  margin-bottom: 25px;
}
#restaurant .list .twoclum .box .txt .btn_list {
  display: flex;
}
#restaurant .list .twoclum .box .txt .btn_list li {
  width: 47.82%;
  margin: 0 5.44% 0 0;
}
#restaurant .list .twoclum .box .txt .btn_list li:last-child {
  margin: 0;
}
#restaurant .list .twoclum .box .txt .btn_list li a {
  width: 100%;
}
#restaurant .allergy {
  background: url(../img/common/bg_03.gif) repeat;
  background-position: center;
  background-size: 100px;
  padding: 90px 0 100px;
}
#restaurant .allergy .fs30 {
  margin-bottom: 40px;
}
#restaurant .allergy .twoclum .box {
  margin-bottom: 0;
}
#restaurant .allergy .twoclum .box .acbtn {
  margin-top: 35px;
}
@media screen and (max-width: 834px) {
  #restaurant .list {
    margin-bottom: 70px;
  }
  #restaurant .list .fs30 {
    margin-bottom: 60px;
  }
  #restaurant .list .twoclum .box .img {
    margin-bottom: 20px;
  }
  #restaurant .list .twoclum .box .txt .fss19 {
    margin-bottom: 10px;
  }
  #restaurant .list .twoclum .box .txt .btn_list {
    display: block;
  }
  #restaurant .list .twoclum .box .txt .btn_list li {
    width: 100%;
    margin: 0 0 10px;
  }
  #restaurant .list .twoclum .box .txt .btn_list li:last-child {
    margin: 0;
  }
  #restaurant .allergy {
    padding: 55px 0 65px;
  }
  #restaurant .allergy .fs30 {
    margin-bottom: 26px;
  }
  #restaurant .allergy .twoclum .box {
    margin-bottom: 0 !important;
  }
  #restaurant .allergy .twoclum .box .acbtn {
    margin-top: 26px;
  }
  #restaurant .allergy .twoclum .box:first-child {
    margin-bottom: 30px !important;
  }
}

/* 
------------------------------------------------------------------------------------------------------------------------
restaurant_list
------------------------------------------------------------------------------------------------------------------------
*/
#restaurant_list .page-img-ttl {
  margin-bottom: 50px;
}
#restaurant_list .about {
  margin-bottom: 120px;
}
#restaurant_list .about .txtbox {
  margin-bottom: 100px;
}
#restaurant_list .about .cdw_links {
  margin-bottom: 70px;
}
#restaurant_list .about .fss24 {
  margin-bottom: 45px;
}
#restaurant_list .about .df_table + .sbbtn {
  margin: 50px 0 0;
}
#restaurant_list.mondo #private {
  margin-bottom: 160px;
}
#restaurant_list.mondo #private .maximg {
  margin-bottom: 75px;
}
#restaurant_list.mondo #private .scene {
  margin-bottom: 90px;
}
#restaurant_list.mondo #private .scene .fs30 {
  margin-bottom: 65px;
}
#restaurant_list.mondo #private .df_table {
  margin-bottom: 50px;
}
@media screen and (max-width: 834px) {
  #restaurant_list .about {
    margin-bottom: 90px;
  }
  #restaurant_list .about .txtbox {
    margin-bottom: 70px;
  }
  #restaurant_list .about .fss24 {
    margin-bottom: 25px;
  }
  #restaurant_list.mondo #private {
    margin-bottom: 100px;
  }
  #restaurant_list.mondo #private .scene .fs30 {
    margin-bottom: 40px;
  }
}

/* 
------------------------------------------------------------------------------------------------------------------------
menu_list
------------------------------------------------------------------------------------------------------------------------
*/
#menu_list .block {
  margin-bottom: 60px;
}
#menu_list .block:last-child {
  margin-bottom: 120px;
}
#menu_list .block .fss24 {
  margin-bottom: 40px;
}
#menu_list .block .threeclum .img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}
#menu_list .block .threeclum .ttl p {
  margin-bottom: 10px;
}
#menu_list .block .threeclum .ttl p.price {
  color: #66807f;
  font-size: 1.3rem;
}
#menu_list .block .threeclum .ttl p:last-child {
  margin-bottom: 0;
}
#menu_list .block .pdflink {
  margin-bottom: 80px;
}
#menu_list .block .pdflink li {
  margin-bottom: 5px;
}
@media screen and (max-width: 834px) {
  #menu_list .block {
    margin-bottom: 30px;
  }
  #menu_list .block:last-child {
    margin-bottom: 100px;
  }
  #menu_list .block .fss24 {
    margin-bottom: 25px;
  }
  #menu_list .block .pdflink {
    margin-bottom: 45px;
  }
}

/* 
------------------------------------------------------------------------------------------------------------------------
menu_detail
------------------------------------------------------------------------------------------------------------------------
*/
#menu_detail .contents .fs30 {
  margin-bottom: 60px;
}
#menu_detail .contents .center_slide {
  margin-bottom: 70px;
}
#menu_detail .contents .center_slide .img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}
#menu_detail .contents .txtbox, #menu_detail .contents .menu {
  margin-bottom: 100px;
}
#menu_detail .contents .txtbox .fss24, #menu_detail .contents .menu .fss24 {
  margin-bottom: 40px;
}
#menu_detail .contents .overview {
  margin-bottom: 110px;
}
#menu_detail .contents .overview .df_table + .sbbtn {
  margin-top: 50px;
}
#menu_detail .contents .overview .sns {
  margin-top: 50px;
}
#menu_detail .contents .overview .sns li {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 10px 0;
}
#menu_detail .contents .overview .sns li:last-child {
  margin: 0 0 10px;
}
@media screen and (max-width: 834px) {
  #menu_detail .contents .fs30 {
    margin-bottom: 40px;
  }
  #menu_detail .contents .center_slide {
    margin-bottom: 50px;
  }
  #menu_detail .contents .txtbox, #menu_detail .contents .menu {
    margin-bottom: 65px;
  }
  #menu_detail .contents .txtbox .fss24, #menu_detail .contents .menu .fss24 {
    margin-bottom: 30px;
  }
  #menu_detail .contents .overview {
    margin-bottom: 75px;
  }
}

/* 
------------------------------------------------------------------------------------------------------------------------
cafemenu
------------------------------------------------------------------------------------------------------------------------
*/
#cafemenu .list {
  margin-bottom: 100px;
}
#cafemenu .list dl {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.5;
  border-top: 1px solid #dddddd;
}
#cafemenu .list dl dt {
  width: calc(100% - 120px);
  border-bottom: 1px solid #dddddd;
  padding: 20px 20px 20px 0;
}
#cafemenu .list dl dt span {
  display: block;
}
#cafemenu .list dl dt span.ttl {
  color: #66807f;
  font-weight: 700;
  font-size: 1.7rem;
  margin-bottom: 5px;
}
#cafemenu .list dl dt span.ttl:last-child {
  margin-bottom: 0;
}
#cafemenu .list dl dd {
  width: 120px;
  border-bottom: 1px solid #dddddd;
  padding: 20px 20px 20px 0;
  text-align: right;
  font-weight: 700;
}
@media screen and (max-width: 500px) {
  #cafemenu .list dl {
    display: block;
  }
  #cafemenu .list dl dt, #cafemenu .list dl dd {
    width: 100%;
  }
  #cafemenu .list dl dt {
    border-bottom: none;
    padding-bottom: 10px;
  }
  #cafemenu .list dl dd {
    padding-top: 0;
  }
}

/* 
------------------------------------------------------------------------------------------------------------------------
buffet
------------------------------------------------------------------------------------------------------------------------
*/
#buffet .center_slide {
  margin-bottom: 85px;
}
#buffet .contents {
  margin-bottom: 110px;
}
#buffet .contents .fs30 {
  margin-bottom: 25px;
}
#buffet .contents .fss24 {
  margin: 85px 0 30px;
}
#buffet .contents .flex {
  display: flex;
  margin-bottom: 90px;
}
#buffet .contents .flex .dot_list {
  width: 23.5%;
  margin-right: 2%;
}
#buffet .contents .flex .dot_list:last-child {
  margin-right: 0;
}
#buffet .contents .df_table {
  margin-bottom: 50px;
}
@media screen and (max-width: 834px) {
  #buffet .center_slide {
    margin-bottom: 60px;
  }
  #buffet .contents {
    margin-bottom: 90px;
  }
  #buffet .contents .fss24 {
    margin: 65px 0 25px;
  }
  #buffet .contents .flex {
    flex-wrap: wrap;
    margin-bottom: 75px;
  }
  #buffet .contents .flex .dot_list {
    width: 48%;
    margin-right: 4%;
  }
  #buffet .contents .flex .dot_list:nth-child(2n) {
    margin-right: 0;
  }
}

/* 
------------------------------------------------------------------------------------------------------------------------
plan_list
------------------------------------------------------------------------------------------------------------------------
*/
#plan_list .threeclum {
  margin-bottom: 10px;
}
#plan_list .threeclum .box .img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}

/* 
------------------------------------------------------------------------------------------------------------------------
plan_detail
------------------------------------------------------------------------------------------------------------------------
*/
#plan_detail .contents {
  margin-bottom: 100px;
}
#plan_detail .contents .lead {
  margin-bottom: 95px;
}
#plan_detail .contents .lead .fs30 {
  margin-bottom: 65px;
}
#plan_detail .contents .lead .center_slide {
  margin-bottom: 65px;
}
#plan_detail .contents .lead .center_slide .img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}
#plan_detail .contents .bggray {
  padding: 75px 0 1px;
  margin-bottom: 75px;
}
#plan_detail .contents .bggray .txtbox {
  margin-bottom: 65px;
}
#plan_detail .contents .bggray .txtbox .fss24 {
  margin-bottom: 25px;
}
#plan_detail .contents .overview .df_table {
  margin-bottom: 50px;
}
#plan_detail .contents .overview .btn_list {
  display: flex;
  margin-bottom: 54px;
}
#plan_detail .contents .overview .btn_list li {
  margin: 0 14px 14px 0;
}
#plan_detail .contents .overview .btn_list li:last-child {
  margin: 0 0 14px;
}
#plan_detail .contents .overview .sns {
  display: flex;
}
#plan_detail .contents .overview .sns li {
  margin: 0 10px 10px 0;
  line-height: 0;
}
#plan_detail .contents .overview .sns li a {
  display: block;
}
#plan_detail .contents .overview .sns li:last-child {
  margin: 0 0 10px;
}
@media screen and (max-width: 834px) {
  #plan_detail .contents .lead {
    margin-bottom: 75px;
  }
  #plan_detail .contents .lead .fs30 {
    margin-bottom: 40px;
  }
  #plan_detail .contents .lead .center_slide {
    margin-bottom: 50px;
  }
  #plan_detail .contents .bggray {
    padding-bottom: 20px;
  }
  #plan_detail .contents .bggray .txtbox {
    margin-bottom: 45px;
  }
  #plan_detail .contents .bggray .txtbox .fss24 {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 500px) {
  #plan_detail .contents .overview .btn_list {
    display: block;
  }
  #plan_detail .contents .overview .btn_list li {
    margin: 0 0 15px;
  }
  #plan_detail .contents .overview .btn_list li a {
    display: block;
    width: 100%;
  }
}

/* 
------------------------------------------------------------------------------------------------------------------------
info_list
------------------------------------------------------------------------------------------------------------------------
*/
.info_dl {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #dddddd;
}
.info_dl dt, .info_dl dd {
  border-bottom: 1px solid #dddddd;
}
.info_dl dt {
  width: 114px;
  padding: 23px 0;
  line-height: 1.5;
  font-weight: 700;
  color: #66807f;
}
.info_dl dd {
  width: calc(100% - 114px);
  padding: 24px 0;
  display: flex;
}
.info_dl dd .tag {
  display: block;
  width: 126px;
  height: 27px;
  line-height: 26px;
  font-size: 1.2rem;
  color: #fff;
  background: #799291;
  text-align: center;
  margin-right: 15px;
  border-radius: 4px;
}
.info_dl dd .ttl {
  line-height: 1.6;
  max-width: calc(100% - 141px);
  display: block;
}
@media screen and (max-width: 834px) {
  .info_dl dd {
    display: flex;
    flex-wrap: wrap;
  }
  .info_dl dd .tag {
    margin-bottom: 5px;
  }
  .info_dl dd .ttl {
    width: 100%;
    max-width: none;
  }
}
@media screen and (max-width: 834px) {
  .info_dl {
    display: block;
  }
  .info_dl dt, .info_dl dd {
    width: 100%;
  }
  .info_dl dt {
    border-bottom: none;
    padding-bottom: 13px;
  }
  .info_dl dd {
    padding: 0 0 24px;
  }
}

#info_list .info_dl {
  margin-bottom: 95px;
}
@media screen and (max-width: 834px) {
  #info_list .info_dl {
    margin-bottom: 55px;
  }
}

/* 
------------------------------------------------------------------------------------------------------------------------
info_detail
------------------------------------------------------------------------------------------------------------------------
*/
#info_detail .fs30 {
  margin-bottom: 20px;
}
#info_detail .sparts {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
#info_detail .sparts li {
  margin: 0 15px 15px 0;
}
#info_detail .sparts li:last-child {
  margin: 0 0 15px;
}
#info_detail .sparts li:not(.date) {
  display: block;
  width: 126px;
  height: 27px;
  line-height: 26px;
  font-size: 1.2rem;
  color: #fff;
  background: #799291;
  text-align: center;
  margin-right: 15px;
  border-radius: 4px;
}
#info_detail .sparts li.date {
  font-weight: 700;
  color: #66807f;
  line-height: 1.5;
}
#info_detail .contents {
  margin-bottom: 20px;
}
#info_detail .contents .img_txt {
  margin-bottom: 110px;
}
#info_detail .contents .twoclum {
  margin-bottom: 10px;
}
#info_detail .contents .threeclum {
  margin-bottom: 35px;
}
#info_detail .contents h3:not(.fss19):not(.fss24), #info_detail .contents h4:not(.fss19):not(.fss24), #info_detail .contents h5:not(.fss19):not(.fss24), #info_detail .contents h6:not(.fss19):not(.fss24) {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #66807f;
  margin-bottom: 50px;
}
@media screen and (max-width: 834px) {
  #info_detail .contents h3:not(.fss19):not(.fss24), #info_detail .contents h4:not(.fss19):not(.fss24), #info_detail .contents h5:not(.fss19):not(.fss24), #info_detail .contents h6:not(.fss19):not(.fss24) {
    font-size: 2rem;
  }
}
#info_detail .contents .clum_right, #info_detail .contents .clum_left {
  margin-bottom: 85px;
}
#info_detail .contents .df_table {
  margin-bottom: 70px;
}
#info_detail .contents .dot_list {
  margin-bottom: 70px;
}
#info_detail .contents + .acbtn {
  margin-bottom: 70px;
}
#info_detail .sns {
  display: flex;
  margin-bottom: 80px;
}
#info_detail .sns li {
  margin: 0 10px 10px 0;
  line-height: 0;
}
#info_detail .sns li a {
  display: block;
}
#info_detail .sns li:last-child {
  margin: 0 0 10px;
}
@media screen and (max-width: 834px) {
  #info_detail .sparts {
    margin-bottom: 30px;
  }
  #info_detail .contents .img_txt {
    margin-bottom: 65px;
  }
  #info_detail .contents h3:not(.fss19):not(.fss24), #info_detail .contents h4:not(.fss19):not(.fss24), #info_detail .contents h5:not(.fss19):not(.fss24), #info_detail .contents h6:not(.fss19):not(.fss24) {
    margin-bottom: 30px;
  }
  #info_detail .contents .clum_right, #info_detail .contents .clum_left {
    margin-bottom: 55px;
  }
  #info_detail .contents .df_table {
    margin-bottom: 50px;
  }
}

/* 
------------------------------------------------------------------------------------------------------------------------
facility
------------------------------------------------------------------------------------------------------------------------
*/
#facility .leadblock figure {
  line-height: 0;
  margin: 55px 0 0;
}
#facility .contents .fs65 {
  margin-bottom: 55px;
}
#facility .contents .imgmap {
  margin-bottom: 90px;
}
#facility .contents .imgmap figure {
  line-height: 0;
}
#facility .contents .modal_wrap {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  padding: 20px 40px;
}
#facility .contents .modal_wrap .modal_box {
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
#facility .contents .modal_wrap .modal_box.active {
  display: flex;
}
#facility .contents .modal_wrap .modal_box .clum_left {
  background: url(../img/common/bg_01.gif) repeat;
  background-position: center;
  background-size: 100px;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  padding: 40px;
  box-sizing: border-box;
  max-width: 1080px;
  position: relative;
}
#facility .contents .modal_wrap .modal_box .clum_left .txt .close {
  width: 46px;
  height: 46px;
  background: #000;
  position: absolute;
  top: -19px;
  right: -19px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}
#facility .contents .modal_wrap .modal_box .clum_left .txt .close span {
  width: 21px;
  height: 1px;
  background: #fff;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  transition: 0.3s;
}
#facility .contents .modal_wrap .modal_box .clum_left .txt .close span:first-child {
  transform: rotate(45deg);
}
#facility .contents .modal_wrap .modal_box .clum_left .txt .close span:last-child {
  transform: rotate(-45deg);
}
@media (hover: hover) and (pointer: fine) {
  #facility .contents .modal_wrap .modal_box .clum_left .txt .close:hover {
    background: #fff;
  }
  #facility .contents .modal_wrap .modal_box .clum_left .txt .close:hover span {
    background: #000;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #facility .contents .modal_wrap .modal_box .clum_left .txt .close:hover {
    background: #fff;
  }
  #facility .contents .modal_wrap .modal_box .clum_left .txt .close:hover span {
    background: #000;
  }
}
#facility .contents .modal_wrap .modal_box .clum_left .txt .fss19 {
  margin-bottom: 20px;
}
#facility .request {
  background: url(../img/common/bg_03.gif) repeat;
  background-position: center;
  background-size: 100px;
  padding: 75px 0 70px;
  margin-bottom: 60px;
}
#facility .request .fss24 {
  margin-bottom: 35px;
}
#facility .request .fss18 {
  margin-bottom: 20px;
  color: #222222;
}
#facility .overview {
  margin-bottom: 130px;
}
#facility .overview .fss24 {
  margin-bottom: 40px;
}
#facility.others .contents {
  margin-bottom: 95px;
}
#facility.others .contents .clum_left {
  margin-bottom: 65px;
}
@media screen and (max-width: 834px) {
  #facility .contents {
    margin-bottom: 80px;
  }
  #facility .contents .fs65 {
    margin-bottom: 40px;
  }
  #facility .contents .anchor_link {
    margin-bottom: 40px;
  }
  #facility .contents .imgmap {
    margin-bottom: 50px;
  }
  #facility .contents .imgmap .fss24 {
    margin-bottom: 20px;
  }
  #facility .overview {
    margin-bottom: 95px;
  }
}

/* 
------------------------------------------------------------------------------------------------------------------------
concept
------------------------------------------------------------------------------------------------------------------------
*/
#concept .spend {
  margin-bottom: 75px;
}
#concept .spend .maximg .img {
  aspect-ratio: 16/9;
  position: relative;
}
#concept .spend .maximg .img iframe {
  width: 100%;
  height: 100%;
}
#concept .spend .maximg .txt {
  padding-bottom: 95px;
}
#concept .spend .maximg .txt .twoclum .box {
  margin-bottom: 0;
}
#concept .planbox {
  margin-bottom: 110px;
}
@media screen and (max-width: 834px) {
  #concept .spend {
    margin-bottom: 30px;
  }
  #concept .spend .maximg .txt {
    padding-bottom: 15px;
  }
  #concept .planbox {
    margin-bottom: 85px;
  }
}

/* 
------------------------------------------------------------------------------------------------------------------------
concept_detail
------------------------------------------------------------------------------------------------------------------------
*/
#concept_detail .contents {
  margin-bottom: 30px;
}
#concept_detail .contents .fs30 {
  margin-bottom: 75px;
}
#concept_detail .contents .center_slide {
  margin-bottom: 90px;
}
#concept_detail .contents .center_slide .slick-slide .img img {
  width: 100%;
}
#concept_detail.culture .history {
  background: url(../img/common/bg_02.gif) repeat;
  background-position: center;
  background-size: 100px;
  color: #fff;
  padding: 90px 0 60px;
  margin-bottom: 85px;
}
#concept_detail.culture .history .fs30 {
  color: #fff;
  margin-bottom: 30px;
}
#concept_detail.culture .history .fs30 + p {
  margin-bottom: 45px;
}
#concept_detail.lang .fs30 {
  margin-bottom: 25px;
}
#concept_detail.lang iframe {
  aspect-ratio: 940/529;
  width: 100%;
  height: 100%;
  margin-bottom: 100px;
}
#concept_detail.lang .contents {
  margin-bottom: 70px;
}
@media screen and (max-width: 834px) {
  #concept_detail .contents {
    margin-bottom: 80px;
  }
  #concept_detail .contents .fs30 {
    margin-bottom: 50px;
  }
  #concept_detail .contents .center_slide {
    margin-bottom: 65px;
  }
  #concept_detail .contents .twoclum .box .txt .acbtn a {
    width: 100%;
  }
  #concept_detail.culture .history {
    padding: 60px 0;
    margin-bottom: 85px;
  }
  #concept_detail.culture .history .fs30 {
    margin-bottom: 20px;
  }
  #concept_detail.lang iframe {
    margin-bottom: 60px;
  }
  #concept_detail.lang .contents {
    margin-bottom: 70px;
  }
}

/* 
------------------------------------------------------------------------------------------------------------------------
rooms_index
------------------------------------------------------------------------------------------------------------------------
*/
#rooms_index .contents {
  margin-bottom: 100px;
}
#rooms_index .contents .page-txt-ttl {
  margin-bottom: 50px;
}
#rooms_index .contents .page-txt-ttl + .fs30 {
  margin-bottom: 70px;
}
#rooms_index .contents picture {
  line-height: 0;
  display: block;
}
#rooms_index .contents picture img {
  width: 100%;
}
#rooms_index .contents .list {
  background: url(../img/common/bg_03.gif) repeat;
  background-position: center;
  background-size: 100px;
  padding: 20px 0;
}
#rooms_index .contents .list .max_left .txt .fs48 {
  font-family: eb-garamond, serif;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1;
}
#rooms_index .contents .list .max_left .txt .fs48 span {
  line-height: 1.4;
}
#rooms_index .contents .list .max_left .txt .dot_list {
  margin-bottom: 35px;
}
#rooms_index .contents .list .max_left:last-child {
  margin-bottom: 0;
}
#rooms_index .planbox {
  margin-bottom: 110px;
}
@media screen and (max-width: 834px) {
  #rooms_index .contents {
    margin-bottom: 60px;
  }
  #rooms_index .contents .page-txt-ttl + .fs30 {
    margin-bottom: 55px;
  }
  #rooms_index .contents .list .max_left .txt .fs48 {
    line-height: 1.4;
  }
  #rooms_index .planbox {
    margin-bottom: 80px;
  }
}

/* 
------------------------------------------------------------------------------------------------------------------------
rooms_detail
------------------------------------------------------------------------------------------------------------------------
*/
#rooms_detail .maximg {
  margin-bottom: 130px;
}
#rooms_detail .maximg .txt .twoclum .box {
  margin-bottom: 60px;
}
#rooms_detail .maximg .txt .csr_link {
  text-align: right;
}
#rooms_detail .contents {
  margin-bottom: 140px;
}
#rooms_detail .contents .fs30 {
  margin-bottom: 40px;
}
#rooms_detail .contents .fs30 .ttl {
  margin-right: 20px;
}
#rooms_detail .contents .fs30 .tag {
  font-size: 1.6rem;
  display: inline-block;
  border: 1px solid #799291;
  padding: 2px 10px;
}
#rooms_detail .contents .center_slide {
  margin-bottom: 55px;
}
#rooms_detail .contents .lead {
  margin-bottom: 60px;
}
#rooms_detail .contents .detail {
  margin-bottom: 65px;
}
#rooms_detail .contents .detail .fss24 {
  margin-bottom: 45px;
}
#rooms_detail .contents .detail .flex {
  display: flex;
}
#rooms_detail .contents .detail .flex .table {
  width: 66.85%;
  margin: 0 5.65% 0 0;
}
#rooms_detail .contents .detail .flex .figure {
  width: 27.5%;
  text-align: center;
  line-height: 0;
}
#rooms_detail .contents .amenity .fss24 {
  margin-bottom: 25px;
}
#rooms_detail .contents .amenity .flex {
  display: flex;
  margin-bottom: 40px;
}
#rooms_detail .contents .amenity .flex .dot_list {
  width: 23.5%;
  margin-right: 2%;
}
#rooms_detail .contents .amenity .flex .dot_list:last-child {
  margin-right: 0;
}
#rooms_detail .contents .amenity .sbbtn {
  margin-top: 40px;
}
#rooms_detail.ocean .contents {
  padding: 75px 0 70px;
  margin-bottom: 0;
}
#rooms_detail.ocean .contents#partial_oceanview_suite, #rooms_detail.ocean .contents#twin_tatami_suite {
  background: url(../img/common/bg_03.gif) repeat;
  background-position: center;
  background-size: 100px;
}
#rooms_detail.ocean .cdw_links {
  margin-top: 30px;
}
#rooms_detail.harbor .contents {
  padding: 75px 0 70px;
  margin-bottom: 0;
}
#rooms_detail.harbor .contents .center_img {
  line-height: 0;
  margin-bottom: 55px;
  border-radius: 4px;
  overflow: hidden;
}
#rooms_detail.harbor .contents#harborview_twin_tatami_suite, #rooms_detail.harbor .contents#harborview_twin_premium {
  background: url(../img/common/bg_03.gif) repeat;
  background-position: center;
  background-size: 100px;
}
#rooms_detail.harbor .cdw_links {
  margin-top: 140px;
}
@media screen and (max-width: 834px) {
  #rooms_detail .maximg {
    margin-bottom: 85px;
  }
  #rooms_detail .maximg .txt .twoclum .box {
    margin-bottom: 30px !important;
  }
  #rooms_detail .maximg .txt .csr_link {
    text-align: left;
  }
  #rooms_detail .contents {
    margin-bottom: 90px;
  }
  #rooms_detail .contents .fs30 .ttl {
    display: block;
    margin: 0 0 5px;
  }
  #rooms_detail .contents .amenity .flex {
    flex-wrap: wrap;
  }
  #rooms_detail .contents .amenity .flex .dot_list {
    width: 48%;
    margin-right: 4%;
  }
  #rooms_detail .contents .amenity .flex .dot_list:nth-child(2n) {
    margin-right: 0;
  }
  #rooms_detail.harbor .cdw_links {
    margin-top: 70px;
  }
}
@media screen and (max-width: 500px) {
  #rooms_detail .contents .detail .fss24 {
    margin-bottom: 30px;
  }
  #rooms_detail .contents .detail .flex {
    display: block;
  }
  #rooms_detail .contents .detail .flex .table, #rooms_detail .contents .detail .flex .figure {
    width: 100%;
  }
  #rooms_detail .contents .detail .flex .table {
    margin-bottom: 40px;
  }
}

/* 
------------------------------------------------------------------------------------------------------------------------
spa
------------------------------------------------------------------------------------------------------------------------
*/
#spa .feature {
  padding: 100px 0;
  background: url(../img/common/bg_03.gif) repeat;
  background-position: center;
  background-size: 100px;
}
#spa .feature .leadblock {
  position: relative;
  padding-right: 38.42%;
}
#spa .feature .leadblock .spaimg {
  width: 32.4%;
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 0;
}
#spa .feature .pearl {
  background: #fff;
  border-radius: 4px;
  padding: 60px;
}
#spa .feature .pearl h3 {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 400;
  margin-bottom: 40px;
}
#spa .feature .pearl .pearl_img {
  text-align: center;
  margin-bottom: 70px;
  line-height: 0;
}
#spa .feature .pearl .flex {
  display: flex;
  margin-bottom: 40px;
}
#spa .feature .pearl .flex dl {
  width: 31.75%;
  border-right: 1px solid #dddddd;
  box-sizing: border-box;
  padding-bottom: 5px;
}
#spa .feature .pearl .flex dl:first-child {
  padding-right: 35px;
}
#spa .feature .pearl .flex dl:nth-child(2) {
  width: 36.5%;
  padding: 0 35px;
}
#spa .feature .pearl .flex dl:last-child {
  padding-left: 35px;
  border: none;
}
#spa .feature .pearl .flex dl dt {
  color: #66807f;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 700;
  line-height: 1.5;
  font-weight: 700;
  font-size: 2.5rem;
  margin-bottom: 25px;
}
#spa .feature .pearl .flex dl dt span {
  display: block;
}
#spa .feature .pearl .flex dl dt span.catch {
  font-size: 1.7rem;
}
#spa .feature .pearl .flex dl dt span.caut {
  font-size: 1.2rem;
}
#spa .feature .pearl .caution {
  color: #888;
  font-size: 1.4rem;
}
@media screen and (max-width: 834px) {
  #spa .leadblock .twoclum .box {
    margin-bottom: 30px !important;
  }
  #spa .feature {
    padding: 55px 0 10px;
  }
  #spa .feature .wrap {
    padding: 0 10px;
  }
  #spa .feature .leadblock {
    padding-right: 0;
  }
  #spa .feature .leadblock .spaimg {
    position: static;
    width: 58.82%;
    margin: 0 auto;
  }
  #spa .feature .leadblock .spaimg img {
    width: 100%;
  }
  #spa .feature .pearl {
    padding: 40px 20px;
  }
  #spa .feature .pearl h3 {
    font-size: 1.8rem;
    margin-bottom: 25px;
  }
  #spa .feature .pearl .pearl_img {
    margin-bottom: 40px;
  }
  #spa .feature .pearl .flex {
    display: block;
  }
  #spa .feature .pearl .flex dl {
    width: 100% !important;
    padding: 30px 0 !important;
    border-right: none;
    border-top: 1px solid #dddddd !important;
  }
  #spa .feature .pearl .flex dl:last-child {
    border-bottom: 1px solid #dddddd;
  }
  #spa .feature .pearl .flex dl dt {
    text-align: center;
  }
}

/* 
------------------------------------------------------------------------------------------------------------------------
treatment
------------------------------------------------------------------------------------------------------------------------
*/
#treatment .overview {
  margin-bottom: 100px;
}
#treatment .overview .fs30 {
  margin-bottom: 40px;
}
#treatment .overview .twoclum {
  margin-bottom: 25px;
}
#treatment .overview .fss24 {
  margin-bottom: 40px;
}
#treatment .campaign {
  background: url(../img/common/bg_03.gif) repeat;
  background-position: center;
  background-size: 100px;
  padding: 60px 0 70px;
  margin-bottom: 75px;
}
#treatment .campaign h2.fs30 {
  margin-bottom: 30px;
}
#treatment .campaign .hayawari {
  margin: 55px 0 45px;
  display: flex;
}
#treatment .campaign .hayawari dl {
  display: flex;
  width: 48.33%;
  margin: 0 3.34% 0 0;
}
#treatment .campaign .hayawari dl:last-child {
  margin: 0;
}
#treatment .campaign .hayawari dl dt {
  width: 30.07%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #799291;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 700;
  line-height: 1.5;
  font-size: 2.5rem;
}
#treatment .campaign .hayawari dl dd {
  width: 69.93%;
  background: #fff;
  padding: 35px 40px;
}
#treatment .campaign .hayawari dl dd p {
  margin: 0;
}
#treatment .course h2.fs30 {
  margin-bottom: 30px;
}
#treatment .course .contents {
  margin-bottom: 130px;
}
#treatment .course .contents .max_left {
  margin-bottom: 75px;
}
#treatment .course .contents .max_left h3.fs48 {
  margin-bottom: 15px;
}
#treatment .course .contents .max_left .fss48 {
  margin-bottom: 25px;
}
#treatment .course .contents .nbox {
  margin-bottom: 55px;
}
#treatment .course .contents .nbox .df_table {
  margin-top: 35px;
}
#treatment .course .contents .example h4.fss24 {
  margin-bottom: 30px;
}
#treatment .course .contents .example .center_slide .slick-list .slick-track .slick-slide {
  display: flex;
  background: #fff;
  border: 1px solid #dddddd;
  padding: 24px;
}
#treatment .course .contents .example .center_slide .slick-list .slick-track .slick-slide .img {
  line-height: 0;
  width: 43.03%;
  margin-right: 7.5%;
  margin-bottom: 0;
}
#treatment .course .contents .example .center_slide .slick-list .slick-track .slick-slide .txt {
  width: 49.47%;
}
#treatment .course .contents .example .center_slide .slick-dots {
  margin: 45px auto 0;
}
#treatment .course .contents .caution {
  font-size: 1.3rem;
}
#treatment .course .contents .mt_table {
  margin-bottom: 20px;
}
#treatment .course .contents .mt_table th:nth-child(1), #treatment .course .contents .mt_table th:nth-child(2), #treatment .course .contents .mt_table td:nth-child(2) {
  white-space: nowrap;
}
#treatment .course .contents .mt_table + .caution {
  margin-bottom: 15px;
}
#treatment .course .contents .sbbtn {
  margin-top: 40px;
}
@media screen and (max-width: 834px) {
  #treatment .overview {
    margin-bottom: 75px;
  }
  #treatment .overview .fs30 {
    margin-bottom: 30px;
  }
  #treatment .overview .twoclum {
    margin-bottom: 50px;
  }
  #treatment .overview .twoclum .box {
    margin-bottom: 30px !important;
  }
  #treatment .overview .fss24 {
    margin-bottom: 30px;
  }
  #treatment .campaign {
    padding: 60px 0 55px;
    margin-bottom: 65px;
  }
  #treatment .campaign h2.fs30 {
    margin-bottom: 15px;
  }
  #treatment .campaign .hayawari {
    margin: 35px 0 45px;
    display: block;
  }
  #treatment .campaign .hayawari dl {
    width: 100%;
    margin: 0 0 20px;
  }
  #treatment .campaign .hayawari dl dt {
    width: 36.07%;
  }
  #treatment .campaign .hayawari dl dd {
    width: 63.93%;
    padding: 30px;
  }
  #treatment .course {
    margin-bottom: 20px;
  }
  #treatment .course .anchor_link {
    margin-bottom: 50px;
  }
  #treatment .course .contents {
    margin-bottom: 80px;
  }
  #treatment .course .contents .max_left {
    margin-bottom: 55px;
  }
  #treatment .course .contents .example .center_slide {
    margin-bottom: 30px !important;
  }
  #treatment .course .contents .example .center_slide .slick-list .slick-track .slick-slide {
    display: block;
    margin: 0 20px;
  }
  #treatment .course .contents .example .center_slide .slick-list .slick-track .slick-slide .img, #treatment .course .contents .example .center_slide .slick-list .slick-track .slick-slide .txt {
    width: 100%;
  }
  #treatment .course .contents .example .center_slide .slick-list .slick-track .slick-slide .img {
    margin-bottom: 20px;
  }
  #treatment .course .contents .example .center_slide .slick-dots {
    margin: 25px auto 0;
  }
  #treatment .course .contents .sbbtn a {
    width: 100%;
  }
}

/* 
------------------------------------------------------------------------------------------------------------------------
setplan
------------------------------------------------------------------------------------------------------------------------
*/
#setplan .leadblock {
  margin-bottom: 105px;
}
#setplan .leadblock .fss24 {
  margin-bottom: 45px;
}
#setplan .lunch {
  background: url(../img/common/bg_03.gif) repeat;
  background-position: center;
  background-size: 100px;
  padding: 80px 0;
  margin-bottom: 50px;
}
#setplan .lunch .clum_right .txt .df_table {
  margin: 40px 0 0;
}
#setplan .treatment {
  margin-bottom: 115px;
}
#setplan .treatment .fss24 {
  margin-bottom: 35px;
}
#setplan .benefit {
  margin-bottom: 150px;
}
#setplan .benefit .max_left {
  margin-bottom: 75px;
}
#setplan .benefit .max_left .txt .fs48 {
  margin-bottom: 30px;
}
#setplan .benefit .max_left .txt .fss19 {
  margin-bottom: 15px;
}
#setplan .benefit .max_left .txt .fss19:last-child {
  margin-bottom: 0;
}
#setplan .benefit .flow .fss24 {
  margin-bottom: 35px;
}
#setplan .benefit .flow ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#setplan .benefit .flow ul li {
  width: 28.98%;
  border-radius: 4px;
  padding: 20px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: #66807f;
  border: 1px solid #799291;
  line-height: 1.5;
  position: relative;
}
#setplan .benefit .flow ul li:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(100% + 30px);
  width: 10px;
  height: 10px;
  border-top: 2px solid #799291;
  border-right: 2px solid #799291;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: auto 0;
}
#setplan .benefit .flow ul li:last-child:after {
  display: none;
}
#setplan .planbox {
  margin-bottom: 145px;
}
@media screen and (max-width: 834px) {
  #setplan .leadblock {
    margin-bottom: 80px;
  }
  #setplan .leadblock .fss24 {
    margin-bottom: 35px;
  }
  #setplan .lunch {
    padding: 60px 0;
  }
  #setplan .treatment {
    margin-bottom: 75px;
  }
  #setplan .benefit {
    margin-bottom: 80px;
  }
  #setplan .benefit .max_left {
    margin-bottom: 60px;
  }
  #setplan .benefit .flow ul {
    display: block;
  }
  #setplan .benefit .flow ul li {
    width: 100%;
    margin-bottom: 50px;
  }
  #setplan .benefit .flow ul li:after {
    top: calc(100% + 20px);
    transform: rotate(135deg);
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #setplan .benefit .flow ul li:last-child {
    margin-bottom: 0;
  }
  #setplan .planbox {
    margin-bottom: 90px;
  }
}

/* 
------------------------------------------------------------------------------------------------------------------------
bridal_esthetic
------------------------------------------------------------------------------------------------------------------------
*/
#bridal_esthetic .basic_info {
  margin-bottom: 140px;
}
#bridal_esthetic .basic_info .fs30 {
  margin-bottom: 40px;
}
#bridal_esthetic .basic_info .fs30 + p {
  margin-bottom: 90px;
}
#bridal_esthetic .basic_info .fss24 {
  margin-bottom: 40px;
}
#bridal_esthetic .basic_info .df_table {
  margin-bottom: 95px;
}
#bridal_esthetic .basic_info .center_slide {
  margin-bottom: 115px;
}
#bridal_esthetic .basic_info .nbox {
  margin-bottom: 70px;
}
#bridal_esthetic .basic_info .nbox:last-child {
  margin-bottom: 0;
}
#bridal_esthetic .basic_info .nbox .fss24 {
  margin-bottom: 15px;
}
#bridal_esthetic .basic_info .nbox .df_table {
  margin-top: 25px;
}
#bridal_esthetic .course {
  background: url(../img/common/bg_03.gif) repeat;
  background-position: center;
  background-size: 100px;
  padding: 85px 0 80px;
  margin-bottom: 90px;
}
#bridal_esthetic .course .fss24 {
  margin: 70px 0 25px;
}
#bridal_esthetic .course .fs48 + .fss24 {
  margin-top: 0;
}
#bridal_esthetic .caution {
  margin-bottom: 80px;
}
#bridal_esthetic .caution .fss24 {
  margin-bottom: 15px;
}
@media screen and (max-width: 834px) {
  #bridal_esthetic .basic_info {
    margin-bottom: 95px;
  }
  #bridal_esthetic .basic_info .fs30 {
    margin-bottom: 25px;
  }
  #bridal_esthetic .basic_info .fs30 + p {
    margin-bottom: 60px;
  }
  #bridal_esthetic .basic_info .fss24 {
    margin-bottom: 30px;
  }
  #bridal_esthetic .basic_info .df_table {
    margin-bottom: 65px;
  }
  #bridal_esthetic .basic_info .center_slide {
    margin-bottom: 75px;
  }
  #bridal_esthetic .basic_info .nbox {
    margin-bottom: 70px;
  }
  #bridal_esthetic .basic_info .nbox:last-child {
    margin-bottom: 0;
  }
  #bridal_esthetic .course {
    padding: 65px 0 55px;
    margin-bottom: 65px;
  }
  #bridal_esthetic .course .fss24 {
    margin: 50px 0 25px;
  }
}

/* 
------------------------------------------------------------------------------------------------------------------------
flow
------------------------------------------------------------------------------------------------------------------------
*/
#flow .leadblock {
  margin-bottom: 130px;
}
#flow .flow {
  margin-bottom: 130px;
}
#flow .flow .fss24 {
  margin-bottom: 50px;
}
#flow .flow .flex {
  display: flex;
  justify-content: space-between;
}
#flow .flow .flex dl {
  width: 21.48%;
}
#flow .flow .flex dl dt {
  height: 106px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #66807f;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  border: 1px solid #799291;
  border-radius: 4px;
  margin-bottom: 25px;
  position: relative;
}
#flow .flow .flex dl dt:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 108.5%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #799291;
  border-right: 2px solid #799291;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: auto 0;
}
#flow .flow .flex dl:last-child dt:after {
  display: none;
}
#flow .caution {
  margin-bottom: 130px;
}
#flow .caution .fss24 {
  margin-bottom: 35px;
}
@media screen and (max-width: 834px) {
  #flow .leadblock {
    margin-bottom: 65px;
  }
  #flow .flow {
    margin-bottom: 75px;
  }
  #flow .flow .fss24 {
    margin-bottom: 30px;
  }
  #flow .flow .flex {
    display: block;
  }
  #flow .flow .flex dl {
    width: 100%;
    position: relative;
    margin-bottom: 50px;
  }
  #flow .flow .flex dl dt:after {
    display: none;
  }
  #flow .flow .flex dl:after {
    content: "";
    position: absolute;
    top: 106.5%;
    left: 0;
    right: 0;
    width: 10px;
    height: 10px;
    border-top: 2px solid #799291;
    border-right: 2px solid #799291;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin: 0 auto;
  }
  #flow .flow .flex dl:last-child {
    margin-bottom: 0;
  }
  #flow .flow .flex dl:last-child:after {
    display: none;
  }
  #flow .caution {
    margin-bottom: 90px;
  }
}

/* 
------------------------------------------------------------------------------------------------------------------------
service_option
------------------------------------------------------------------------------------------------------------------------
*/
#service_option .df_table .wide th {
  width: 364px;
}
#service_option .df_table span {
  font-size: 1rem;
  vertical-align: text-top;
}

/* 
------------------------------------------------------------------------------------------------------------------------
partyhall
------------------------------------------------------------------------------------------------------------------------
*/
#partyhall .contents {
  margin-bottom: 140px;
}
#partyhall .contents .clum_right {
  margin-bottom: 60px;
}
#partyhall .contents .clum_right + .fss24 {
  margin-bottom: 55px;
}
#partyhall .contents .center_slide .slick-list .slick-slide .img {
  line-height: 0;
  background: #fff;
  border: 1px solid #dddddd;
  padding: 30px;
  margin-bottom: 15px;
}
#partyhall .contents .center_slide .slick-list .slick-slide .txt {
  text-align: center;
}
#partyhall .contents .center_slide .slick-dots {
  margin: 35px auto 0;
}
#partyhall .contents .figure {
  display: inline-block;
  line-height: 0;
  background: #fff;
  border: 1px solid #dddddd;
  padding: 30px;
  margin-bottom: 15px;
}
#partyhall #price {
  margin-bottom: 125px;
}
#partyhall #price .bggray {
  padding: 95px 0 70px;
  margin-bottom: 45px;
}
#partyhall #price .bggray .fs30 {
  margin-bottom: 40px;
}
@media screen and (max-width: 834px) {
  #partyhall .contents {
    margin-bottom: 75px;
  }
  #partyhall .contents .clum_right + .fss24 {
    margin-bottom: 30px;
  }
  #partyhall #price {
    margin-bottom: 80px;
  }
  #partyhall #price .bggray {
    padding: 70px 0 55px;
    margin-bottom: 35px;
  }
  #partyhall #price .bggray .fs30 {
    margin-bottom: 25px;
  }
}

/* 
------------------------------------------------------------------------------------------------------------------------
anv60th
------------------------------------------------------------------------------------------------------------------------
*/
#anv60th .leadblock {
  margin-bottom: 85px;
}
#anv60th .leadblock .clum_right {
  justify-content: space-between;
}
#anv60th .leadblock .clum_right .img {
  line-height: 0;
  width: 244px;
}
#anv60th .leadblock .clum_right .txt {
  width: calc(100% - 299px);
}
#anv60th .theme {
  background: url(../img/common/bg_02.gif) repeat;
  background-position: center;
  background-size: 100px;
  color: #fff;
  padding: 95px 0 85px;
  margin-bottom: 115px;
}
#anv60th .theme .fs30 {
  color: #fff;
}
#anv60th .events {
  margin-bottom: 60px;
}
#anv60th .events .fs30 {
  margin-bottom: 35px;
}
#anv60th .events .max_left {
  margin-bottom: 0;
}
#anv60th .events .cdw_links {
  padding-top: 20px;
}
@media screen and (max-width: 834px) {
  #anv60th .leadblock {
    margin-bottom: 70px;
  }
  #anv60th .leadblock .clum_right .img {
    margin: 0 auto 35px !important;
  }
  #anv60th .leadblock .clum_right .txt {
    width: 100%;
  }
  #anv60th .theme {
    padding: 60px 0 70px;
    margin-bottom: 80px;
  }
}

/* 
------------------------------------------------------------------------------------------------------------------------
photo_contest
------------------------------------------------------------------------------------------------------------------------
*/
#photo_contest .lead {
  margin-bottom: 115px;
}
#photo_contest .photocontest {
  margin-bottom: 100px;
}
#photo_contest .photocontest .fs30 {
  margin-bottom: 60px;
}
#photo_contest .photocontest .box {
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 35px 40px;
  margin-bottom: 40px;
}
#photo_contest .photocontest .box .fss24 {
  margin-bottom: 0;
}
#photo_contest .photocontest .box dl {
  display: flex;
  margin-top: 35px;
}
#photo_contest .photocontest .box dl dt {
  order: 2;
  width: 39.52%;
  margin: 0 0 0 3.86%;
  line-height: 0;
  text-align: center;
}
#photo_contest .photocontest .box dl dd {
  width: 56.62%;
}
#photo_contest .photocontest .box dl:first-child {
  margin-top: 0;
}
#photo_contest .photocontest .box dl.imgh dt {
  width: 29.7%;
  margin: 0 0 0 3.86%;
}
#photo_contest .photocontest .box dl.imgh dd {
  width: 66.44%;
}
@media screen and (max-width: 834px) {
  #photo_contest .lead {
    margin-bottom: 70px;
  }
  #photo_contest .photocontest {
    margin-bottom: 80px;
  }
  #photo_contest .photocontest .fs30 {
    margin-bottom: 40px;
  }
  #photo_contest .photocontest .box {
    padding: 35px 30px;
    margin-bottom: 30px;
  }
  #photo_contest .photocontest .box .fss24 {
    margin-bottom: 0;
  }
  #photo_contest .photocontest .box .name {
    margin-bottom: 35px;
  }
  #photo_contest .photocontest .box dl {
    display: block;
  }
  #photo_contest .photocontest .box dl dt, #photo_contest .photocontest .box dl dd {
    width: 100%;
  }
  #photo_contest .photocontest .box dl dt {
    margin: 0 0 30px;
  }
}

/* 
------------------------------------------------------------------------------------------------------------------------
shop
------------------------------------------------------------------------------------------------------------------------
*/
#shop .leadblock {
  margin-bottom: 75px;
}
#shop .leadblock .bggray {
  padding-top: 70px;
}
#shop .recommend {
  margin-bottom: 80px;
}
#shop .recommend .fs30 {
  margin-bottom: 30px;
}
#shop .recommend .online {
  margin-bottom: 40px;
}
#shop .recommend .online .onlineshop {
  display: flex;
  margin-bottom: 20px;
}
#shop .recommend .online .onlineshop dt {
  width: 31px;
  height: 31px;
  margin-right: 11px;
}
#shop .recommend .online .onlineshop dd {
  width: calc(100% - 42px);
  font-weight: 700;
}
#shop .recommend .online .acbtn {
  margin-bottom: 20px;
}
#shop .recommend .threeclum .box .img {
  margin-bottom: 25px;
  position: relative;
}
#shop .recommend .threeclum .box .img .icon {
  display: block;
  line-height: 0;
  position: absolute;
  top: 12px;
  right: 10px;
}
#shop .recommend .threeclum .box .txt p {
  margin-bottom: 20px;
}
#shop .recommend .threeclum .box .txt p:last-child {
  margin-bottom: 0;
}
#shop .recommend .threeclum .box .txt .price {
  margin-bottom: 10px;
  display: block;
}
#shop .recommend .threeclum .box .txt .price .row {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  box-sizing: border-box;
  gap: 12px;
  margin-bottom: 10px;
}
#shop .recommend .threeclum .box .txt .price .row dt {
  font-size: 1.3rem;
  color: #66807f;
  padding: 3px 10px;
  border-radius: 4px;
  border: 1px solid #799291;
  line-height: 1.5;
  margin-top: 2px;
  margin-bottom: 0;
}
#shop .recommend .threeclum .box .txt .price .row dd {
  flex: 1;
  min-width: 0;
  margin-bottom: 0;
  margin-right: 0;
}
@media screen and (max-width: 834px) {
  #shop .recommend .threeclum .box .txt .acbtn a {
    padding: 13px 20px;
    width: 100%;
  }
}

/* 
------------------------------------------------------------------------------------------------------------------------
idealstay
------------------------------------------------------------------------------------------------------------------------
*/
#idealstay {
  margin-bottom: 75px;
}
#idealstay .btn_list {
  display: flex;
  flex-wrap: wrap;
}
#idealstay .btn_list li {
  margin: 0 20px 10px 0;
}
#idealstay .btn_list li:last-child {
  margin: 0 0 10px;
}
@media screen and (max-width: 500px) {
  #idealstay .btn_list {
    display: block;
  }
  #idealstay .btn_list li {
    width: 100%;
  }
  #idealstay .btn_list li a {
    width: 100%;
  }
}

/* 
------------------------------------------------------------------------------------------------------------------------
access
------------------------------------------------------------------------------------------------------------------------
*/
#access .page-txt-ttl {
  margin-bottom: 35px;
}
#access .map {
  margin-bottom: 45px;
  line-height: 0;
}
#access .map iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 32/15;
}
#access .news {
  background: #fff;
  padding: 23px 35px 27px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  margin-bottom: 100px;
}
#access .news .txt {
  width: calc(100% - 352px);
  margin: 0 30px 0 0;
}
#access .news .txt p {
  margin: 0;
}
#access .news .txt .fss18 {
  color: #7a9190;
  margin-bottom: 10px;
}
#access .news .txt .attent {
  font-size: 1.2rem;
}
#access .news .txt .img {
  line-height: 0;
}
#access .news .acbtn {
  width: 322px;
}
#access .contents {
  margin-bottom: 120px;
}
#access .contents .fss24 {
  margin-bottom: 30px;
}
#access .contents figure {
  margin-top: 65px;
  line-height: 0;
  text-align: center;
}
#access .contents#other .notes {
  background: #fff;
  padding: 23px 35px 27px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  margin-top: 65px;
}
#access .contents#other .notes .txt {
  width: calc(100% - 197px);
  margin: 0 30px 0 0;
}
#access .contents#other .notes .txt p {
  margin: 0;
}
#access .contents#other .notes .txt .fss18 {
  color: #7a9190;
  margin-bottom: 10px;
}
#access .contents#other .notes .txt .attent {
  font-size: 1.2rem;
}
#access .contents#other .notes .acbtn {
  width: 167px;
}
#access .contents#bus .flex {
  display: flex;
  margin-bottom: 50px;
}
#access .contents#bus .flex .mt_table {
  width: 60.92%;
  margin: 0 6.49% 0 0;
}
#access .contents#bus .flex .mt_table table {
  min-width: 418px;
}
#access .contents#bus .flex .mt_table table th {
  text-align: center;
}
#access .contents#bus .flex .figure {
  width: 32.59%;
  line-height: 0;
  text-align: center;
}
@media screen and (max-width: 834px) {
  #access .news {
    margin-top: 50px;
    display: block;
    padding: 30px 20px;
  }
  #access .news .txt, #access .news .acbtn {
    width: 100%;
  }
  #access .news .txt {
    margin: 0 0 25px;
  }
  #access .contents {
    margin-bottom: 90px;
  }
  #access .contents figure {
    margin-top: 45px;
  }
  #access .contents#other .notes {
    margin-top: 50px;
    display: block;
    padding: 30px 20px;
  }
  #access .contents#other .notes .txt, #access .contents#other .notes .acbtn {
    width: 100%;
  }
  #access .contents#other .notes .txt {
    margin: 0 0 25px;
  }
  #access .contents#bus .flex {
    display: block;
  }
  #access .contents#bus .flex .mt_table, #access .contents#bus .flex .figure {
    width: 100%;
  }
  #access .contents#bus .flex .mt_table {
    margin: 0 0 40px;
  }
}

/* 
------------------------------------------------------------------------------------------------------------------------
bestrate
------------------------------------------------------------------------------------------------------------------------
*/
#bestrate {
  margin-bottom: 130px;
}
#bestrate .fs30 {
  margin-bottom: 65px;
}
#bestrate .conditions {
  background: url(../img/common/bg_03.gif) repeat;
  background-position: center;
  background-size: 100px;
  padding: 70px 0 60px;
  margin-bottom: 85px;
}
#bestrate .conditions .fss24 {
  margin-bottom: 40px;
}
#bestrate .conditions .flex {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 65px;
}
#bestrate .conditions .flex .dot_list {
  margin-right: 60px;
}
#bestrate .conditions .flex .dot_list:last-child {
  margin-right: 0;
}
#bestrate .conditions .bestrate {
  background: #fff;
  border: 1px solid #dddddd;
  padding: 35px 45px 40px;
}
#bestrate .conditions .bestrate dt {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 15px;
}
#bestrate .flow .fss24 {
  margin-bottom: 50px;
}
#bestrate .flow .flex {
  display: flex;
  margin-bottom: 40px;
}
#bestrate .flow .flex li {
  margin-right: 40px;
  width: calc((100% - 80px) / 3);
  height: 107px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.5;
  font-size: 1.8rem;
  font-weight: 700;
  color: #66807f;
  border-radius: 4px;
  border: 1px solid #799291;
  position: relative;
}
#bestrate .flow .flex li:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(100% + 16px);
  width: 8px;
  height: 8px;
  border-top: 2px solid #799291;
  border-right: 2px solid #799291;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: auto 0;
}
#bestrate .flow .flex li:last-child {
  margin-right: 0;
}
#bestrate .flow .flex li:last-child:after {
  display: none;
}
#bestrate .contact {
  margin-top: 70px;
}
@media screen and (max-width: 834px) {
  #bestrate {
    margin-bottom: 100px;
  }
  #bestrate .fs30 {
    margin-bottom: 40px;
  }
  #bestrate .conditions {
    padding: 60px 0 40px;
    margin-bottom: 65px;
  }
  #bestrate .conditions .fss24 {
    margin-bottom: 25px;
  }
  #bestrate .conditions .flex {
    margin-bottom: 40px;
  }
  #bestrate .conditions .bestrate {
    padding: 35px 25px;
  }
  #bestrate .flow .fss24 {
    margin-bottom: 35px;
  }
  #bestrate .flow .flex {
    display: block;
  }
  #bestrate .flow .flex li {
    width: 100%;
    height: 90px;
    margin-bottom: 40px;
    margin-right: 0;
  }
  #bestrate .flow .flex li:after {
    left: 0;
    right: 0;
    top: calc(100% + 16px);
    margin: 0 auto;
    transform: rotate(135deg);
  }
}

/* 
------------------------------------------------------------------------------------------------------------------------
contact
------------------------------------------------------------------------------------------------------------------------
*/
#contact {
  margin-bottom: 150px;
}
#contact .fss24 {
  margin-bottom: 30px;
}
#contact .btn_list {
  margin: 40px 0 120px;
  display: flex;
}
#contact .btn_list li {
  margin: 0 20px 0 0;
  width: calc((100% - 40px) / 3);
}
#contact .btn_list li:last-child {
  margin: 0;
}
#contact .btn_list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  border-radius: 4px;
  color: #fff;
  background: #799291;
  height: 84px;
}
@media (hover: hover) and (pointer: fine) {
  #contact .btn_list li a:hover {
    background: #fff;
    color: #66807f;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #contact .btn_list li a:hover {
    background: #fff;
    color: #66807f;
  }
}
#contact .contact {
  margin: 0 0 70px;
}
#contact .acbtn {
  text-align: center;
}
@media screen and (max-width: 834px) {
  #contact {
    margin-bottom: 90px;
  }
  #contact .fss24 {
    margin-bottom: 20px;
  }
  #contact .btn_list {
    margin: 40px 0 80px;
    display: block;
  }
  #contact .btn_list li {
    margin: 0 0 10px;
    width: 100%;
  }
  #contact .btn_list li:last-child {
    margin: 0;
  }
  #contact .contact {
    margin: 0 0 50px;
  }
}

/* 
------------------------------------------------------------------------------------------------------------------------
faq
------------------------------------------------------------------------------------------------------------------------
*/
#faq dl {
  border-bottom: 1px solid #cccccc;
}
#faq dl dt {
  border-top: 1px solid #cccccc;
  padding: 25px 0 25px 56px;
  line-height: 1.5;
  font-size: 1.8rem;
  font-weight: 700;
  color: #66807f;
  position: relative;
}
#faq dl dt:after {
  content: "Q";
  font-family: eb-garamond, serif;
  line-height: 1.5;
  font-weight: 400;
  font-size: 3.5rem;
  line-height: 1;
  position: absolute;
  top: 22px;
  left: 5px;
}
#faq dl dd {
  padding: 8px 0 30px 56px;
  position: relative;
}
#faq dl dd:after {
  content: "A";
  font-family: eb-garamond, serif;
  line-height: 1.5;
  font-weight: 400;
  font-size: 3.5rem;
  line-height: 1;
  position: absolute;
  top: 10px;
  left: 5px;
}
#faq .faq_wrap {
  margin-bottom: 60px;
}
#faq .faq_wrap .contents {
  padding: 60px 0;
}
#faq .faq_wrap .contents:nth-child(odd) {
  background: url(../img/common/bg_03.gif) repeat;
  background-position: center;
  background-size: 100px;
}
#faq .faq_wrap .contents .fs30 {
  margin-bottom: 40px;
}
@media screen and (max-width: 834px) {
  #faq .faq_wrap {
    margin-bottom: 20px;
  }
}

/* 
------------------------------------------------------------------------------------------------------------------------
law
------------------------------------------------------------------------------------------------------------------------
*/
#law {
  margin-bottom: 120px;
}
#law .fss24 {
  margin-bottom: 60px;
}
@media screen and (max-width: 834px) {
  #law {
    margin-bottom: 80px;
  }
  #law .fss24 {
    margin-bottom: 30px;
  }
}

/* 
------------------------------------------------------------------------------------------------------------------------
privacy
------------------------------------------------------------------------------------------------------------------------
*/
#privacy ol li {
  list-style-type: decimal;
  margin-left: 17px;
}
#privacy .caution {
  font-size: 1.3rem;
}

/* 
------------------------------------------------------------------------------------------------------------------------
pointcard
------------------------------------------------------------------------------------------------------------------------
*/
#pointcard .overview {
  background: url(../img/common/bg_03.gif) repeat;
  background-position: center;
  background-size: 100px;
  padding: 50px 0 60px;
  margin-bottom: 80px;
}
#pointcard .overview .fss24 {
  margin-bottom: 25px;
}
#pointcard .overview .df_table {
  margin-top: 45px;
}
#pointcard .price {
  margin-bottom: 80px;
}
#pointcard .price .fs30 {
  margin-bottom: 20px;
}
#pointcard .price .fs30 + p {
  margin-bottom: 60px;
}
#pointcard .price .fss24 {
  margin-bottom: 30px;
}
#pointcard .price .flow {
  display: flex;
}
#pointcard .price .flow li {
  margin-right: 50px;
  width: calc((100% - 150px) / 4);
  height: 106px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: #66807f;
  border: 1px solid #799291;
  border-radius: 4px;
  position: relative;
}
#pointcard .price .flow li:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(100% + 20px);
  width: 8px;
  height: 8px;
  border-top: 2px solid #799291;
  border-right: 2px solid #799291;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: auto 0;
}
#pointcard .price .flow li:last-child {
  margin-right: 0;
}
#pointcard .price .flow li:last-child:after {
  display: none;
}
#pointcard .price .flow + .fss24 {
  margin-top: 85px;
}
#pointcard .price .acbtn {
  margin-top: 35px;
}
#pointcard .benefits {
  background: url(../img/common/bg_02.gif) repeat;
  background-position: center;
  background-size: 100px;
  color: #fff;
  padding: 75px 0 55px;
  margin-bottom: 75px;
}
#pointcard .benefits .fs30 {
  color: #fff;
  margin-bottom: 45px;
}
#pointcard .benefits .list {
  display: flex;
  flex-wrap: wrap;
}
#pointcard .benefits .list dl {
  width: 50%;
  margin-bottom: 40px;
  border-left: 1px solid #fff;
  padding: 15px 40px;
}
#pointcard .benefits .list dl:nth-child(even) {
  border-right: 1px solid #fff;
}
#pointcard .benefits .list dl dt {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 10px;
}
#pointcard .benefits .list dl dt span {
  font-size: 1rem;
  vertical-align: text-top;
}
#pointcard .benefits .list + p {
  font-size: 1.3rem;
  line-height: 1.538;
}
#pointcard .howto {
  margin-bottom: 130px;
}
#pointcard .howto .fss24 {
  margin-bottom: 20px;
}
#pointcard .howto .point {
  display: flex;
  justify-content: space-between;
  margin: 40px 0 65px;
}
#pointcard .howto .point dl {
  background: #fff;
  width: calc(50% - 15px);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  padding: 20px 35px 20px 20px;
  display: flex;
  align-items: center;
}
#pointcard .howto .point dl dt {
  width: 104px;
  margin-right: 38px;
  line-height: 0;
}
#pointcard .howto .point dl dd {
  width: calc(100% - 142px);
}
#pointcard .howto .df_table {
  margin-bottom: 50px;
}
@media screen and (max-width: 834px) {
  #pointcard .price .flow {
    display: block;
  }
  #pointcard .price .flow li {
    width: 100%;
    margin-bottom: 50px;
  }
  #pointcard .price .flow li:after {
    right: 0;
    left: 0;
    top: calc(100% + 20px);
    transform: rotate(135deg);
    margin: 0 auto;
  }
  #pointcard .price .flow + .fss24 {
    margin-top: 65px;
  }
  #pointcard .price .acbtn a {
    padding: 13px 25px;
    width: 100%;
  }
  #pointcard .benefits {
    padding: 60px 0 55px;
  }
  #pointcard .benefits .fs30 {
    margin-bottom: 35px;
  }
  #pointcard .benefits .list {
    display: block;
  }
  #pointcard .benefits .list dl {
    width: 100%;
    border: none !important;
    border-bottom: 1px solid #fff !important;
    padding: 0 0 25px;
    margin-bottom: 25px;
  }
  #pointcard .benefits .list dl:last-child {
    border: none !important;
  }
  #pointcard .howto {
    margin-bottom: 100px;
  }
  #pointcard .howto .point {
    display: block;
  }
  #pointcard .howto .point dl {
    width: 100%;
    margin: 0 0 20px;
  }
  #pointcard .howto .point dl dt {
    width: 55px;
    margin-right: 30px;
  }
  #pointcard .howto .point dl dd {
    width: calc(100% - 85px);
  }
}

/* 
------------------------------------------------------------------------------------------------------------------------
sitemap
------------------------------------------------------------------------------------------------------------------------
*/
#sitemap {
  margin-bottom: 150px;
}
#sitemap .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#sitemap .flex .box {
  padding-right: 20px;
}
#sitemap .flex .box li {
  margin-bottom: 30px;
}
#sitemap .flex .box li ul {
  margin-left: 15px;
}
#sitemap .flex .box li ul li {
  margin-bottom: 0;
  font-size: 1.4rem;
}
#sitemap .flex .box li .ttl {
  font-weight: 700;
}
#sitemap .flex .box.sub li {
  margin-bottom: 0;
}
@media screen and (max-width: 834px) {
  #sitemap {
    margin-bottom: 90px;
  }
  #sitemap .box {
    width: 48%;
    padding: 0;
  }
}
@media screen and (max-width: 400px) {
  #sitemap .flex {
    display: block;
  }
  #sitemap .flex .box {
    width: 100%;
  }
}

/* 
------------------------------------------------------------------------------------------------------------------------
en
------------------------------------------------------------------------------------------------------------------------
*/
#lang .main_visual {
  position: relative;
}
#lang .main_visual .slide {
  overflow: hidden;
}
#lang .main_visual .slide .add-animation {
  animation: zoomUp 10s linear 0s normal both;
}
#lang .main_visual .txt {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}
#lang .main_visual .txt .inner {
  max-width: 1080px;
  width: 100%;
  color: #fff;
}
#lang .main_visual .txt .inner .catch {
  font-family: eb-garamond, serif;
  line-height: 1.5;
  font-weight: 400;
  font-size: 6.5rem;
  margin-bottom: 0;
}
@media screen and (max-width: 834px) {
  #lang .main_visual .slide .slick-slide img {
    height: 160vw;
    object-fit: cover;
  }
  #lang .main_visual .txt .inner .catch {
    font-size: 4rem;
    line-height: 1.3;
    margin-bottom: 5px;
  }
  #lang .main_visual .txt .inner .lead {
    font-size: 1.5rem;
  }
}
#lang .rsv_wrap {
  padding-bottom: 70px;
}
#lang .rsv_wrap .rsv_block {
  margin-top: -52px;
}
#lang .rsv_wrap:before {
  content: "";
  position: absolute;
  top: 52px;
  left: 0;
  right: 0;
  background: url(../img/common/bg_02.gif) repeat;
  background-position: center;
  background-size: 100px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 834px) {
  #lang .rsv_wrap {
    padding-bottom: 60px;
  }
}
#lang .roomsblock {
  position: relative;
  z-index: 2;
  padding-bottom: 100px;
  margin-bottom: 20px;
}
#lang .roomsblock:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: url(../img/common/bg_02.gif) repeat;
  background-position: center;
  background-size: 100px;
  width: 100%;
  height: 31.44%;
}
#lang .roomsblock .fs48 {
  color: #fff;
  margin-bottom: 25px;
  z-index: 2;
  position: relative;
}
#lang .roomsblock .cate_link li span {
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  #lang .roomsblock .cate_link li:hover span {
    border-bottom: 2px solid rgb(255, 255, 255);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #lang .roomsblock .cate_link li:hover span {
    border-bottom: 2px solid rgb(255, 255, 255);
  }
}
#lang .roomsblock .cate_link li.active span {
  border-bottom: 2px solid rgb(255, 255, 255);
}
@media screen and (max-width: 834px) {
  #lang .roomsblock {
    padding-bottom: 65px;
  }
  #lang .roomsblock:before {
    height: 32%;
  }
}
#lang .restaurant {
  background: url(../img/common/bg_03.gif) repeat;
  background-position: center;
  background-size: 100px;
  padding: 125px 0 80px;
  margin-bottom: 120px;
}
#lang .restaurant .fs48 {
  margin-bottom: 30px;
}
#lang .restaurant .center_slide {
  margin: 70px 0 75px;
}
#lang .restaurant .nbox {
  margin-bottom: 0;
  background: #fff;
  padding: 30px 40px 20px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
#lang .restaurant .nbox p {
  margin-bottom: 15px;
}
#lang .restaurant .nbox p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 834px) {
  #lang .restaurant {
    padding: 75px 0 55px;
    margin-bottom: 80px;
  }
  #lang .restaurant .fs48 {
    margin-bottom: 20px;
  }
  #lang .restaurant .center_slide {
    margin: 55px 0 65px;
  }
  #lang .restaurant .nbox {
    padding: 30px 25px 25px;
  }
}
#lang .modal_wrap {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  padding: 20px 40px;
}
#lang .modal_wrap .modal_box {
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
#lang .modal_wrap .modal_box.active {
  display: flex;
}
#lang .modal_wrap .modal_box .clum_left {
  background: url(../img/common/bg_01.gif) repeat;
  background-position: center;
  background-size: 100px;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  padding: 40px;
  box-sizing: border-box;
  max-width: 1080px;
  position: relative;
}
#lang .modal_wrap .modal_box .clum_left .txt .close {
  width: 46px;
  height: 46px;
  background: #000;
  position: absolute;
  top: -19px;
  right: -19px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}
#lang .modal_wrap .modal_box .clum_left .txt .close span {
  width: 21px;
  height: 1px;
  background: #fff;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  transition: 0.3s;
}
#lang .modal_wrap .modal_box .clum_left .txt .close span:first-child {
  transform: rotate(45deg);
}
#lang .modal_wrap .modal_box .clum_left .txt .close span:last-child {
  transform: rotate(-45deg);
}
@media (hover: hover) and (pointer: fine) {
  #lang .modal_wrap .modal_box .clum_left .txt .close:hover {
    background: #fff;
  }
  #lang .modal_wrap .modal_box .clum_left .txt .close:hover span {
    background: #000;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #lang .modal_wrap .modal_box .clum_left .txt .close:hover {
    background: #fff;
  }
  #lang .modal_wrap .modal_box .clum_left .txt .close:hover span {
    background: #000;
  }
}
#lang .modal_wrap .modal_box .clum_left .txt .fss19 {
  margin-bottom: 20px;
}
#lang .spa {
  margin-bottom: 90px;
}
#lang .spa .fs48 {
  margin-bottom: 40px;
}
#lang .spa .leadblock {
  position: relative;
  padding-right: 38.42%;
}
#lang .spa .leadblock .spaimg {
  width: 32.4%;
  position: absolute;
  top: -60px;
  right: 0;
  line-height: 0;
}
#lang .spa .btn_list {
  display: flex;
  flex-wrap: wrap;
}
#lang .spa .btn_list .acbtn {
  margin: 0 15px 10px 0;
}
#lang .spa .btn_list .acbtn:last-child {
  margin: 0 0 10px;
}
#lang .spa .notice {
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  padding: 25px 40px;
}
#lang .spa .notice .fss19 {
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  #lang .spa .fs48 {
    margin-bottom: 30px;
  }
  #lang .spa .leadblock {
    padding-right: 0;
  }
  #lang .spa .leadblock .spaimg {
    position: static;
    width: 58.82%;
    margin: 40px auto 0;
  }
  #lang .spa .leadblock .spaimg img {
    width: 100%;
  }
  #lang .spa .notice {
    padding: 25px;
  }
}
#lang .access {
  background: url(../img/common/bg_03.gif) repeat;
  background-position: center;
  background-size: 100px;
  padding: 75px 0 85px;
  margin-bottom: 80px;
}
#lang .access .fs48 {
  margin-bottom: 40px;
}
#lang .access .map {
  margin-bottom: 55px;
  line-height: 0;
}
#lang .access .map iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 32/15;
}
#lang .access figure {
  line-height: 0;
  text-align: center;
}
#lang .access .news {
  background: #fff;
  padding: 23px 35px 27px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  margin-top: 60px;
}
#lang .access .news .txt {
  width: calc(100% - 352px);
  margin: 0 30px 0 0;
}
#lang .access .news .txt p {
  margin: 0;
}
#lang .access .news .txt .fss18 {
  color: #7a9190;
  margin-bottom: 10px;
}
#lang .access .news .txt .attent {
  font-size: 1.2rem;
}
#lang .access .news .txt .img {
  line-height: 0;
}
#lang .access .news .acbtn {
  width: 322px;
}
@media screen and (max-width: 834px) {
  #lang .access {
    padding: 60px 0 75px;
    margin-bottom: 60px;
  }
  #lang .access .map {
    margin-bottom: 40px;
  }
  #lang .access .news {
    margin-top: 50px;
    display: block;
    padding: 30px 20px;
    margin-bottom: 0;
  }
  #lang .access .news .txt, #lang .access .news .acbtn {
    width: 100%;
  }
  #lang .access .news .txt {
    margin: 0 0 25px;
  }
}
#lang .sightseeing .fs48 {
  margin-bottom: 50px;
}
#lang .sightseeing .threeclum .box .img {
  margin-bottom: 20px;
}
#lang .sightseeing .threeclum .box .txt .tag_list {
  margin-bottom: 5px;
}
#lang .sightseeing .threeclum .box .txt .tag_list li:last-child {
  padding: 0;
  border: none;
}
#lang .sightseeing .threeclum .box .txt .tag_list li:last-child img, #lang .sightseeing .threeclum .box .txt .tag_list li:last-child span {
  vertical-align: middle;
}
#lang .sightseeing .threeclum .box .txt .tag_list li:last-child img {
  margin-right: 5px;
}
#lang .workation {
  background: url(../img/common/bg_03.gif) repeat;
  background-position: center;
  background-size: 100px;
  padding: 85px 0 90px;
}
#lang .workation .clum_right .img {
  width: 44.45%;
}
#lang .workation .clum_right .txt {
  width: 51.1%;
}
#lang .workation .clum_right .txt .fs48 {
  margin-bottom: 10px;
}
@media screen and (max-width: 834px) {
  #lang .workation .clum_right .img, #lang .workation .clum_right .txt {
    width: 100%;
  }
}