@charset "UTF-8";
/* ====================================================
reset style
==================================================== */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Barlow:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap&subset=latin-ext,vietnamese");
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,500&display=swap');
html {
  overflow-y: scroll;
  font-size: 10px;
  /* Base font size, change to 14px or 16px if needed */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

fieldset, img {
  border: 0;
}

img {
  vertical-align: middle;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

/*input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}*/

/*to enable resizing for IE*/
input, textarea, select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

del, ins {
  text-decoration: none;
}

/* ====================================================
Font
==================================================== */
@font-face {
  font-family: "Beyond";
  src: url("../fonts/Beyond Infinity - Demo.eot");
  src: local("?"), url("../fonts/Beyond Infinity - Demo.woff") format("woff"), url("../fonts/Beyond Infinity - Demo.ttf") format("truetype"), url("../fonts/Beyond Infinity - Demo.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* ====================================================
Position & transform
==================================================== */
/* ====================================================
Media Quary
==================================================== */
/* ====================================================
Color
==================================================== */
/* ====================================================
Sizing
==================================================== */
/* ====================================================
Misc
==================================================== */
/* ====================================================
Base style & container
==================================================== */
body {
  color: #000;
  font-family: "Þâ¥´¥·¥Ã¥¯ÂÎ", YuGothic, "Þâ¥´¥·¥Ã¥¯ Medium", "Yu Gothic Medium", "Þâ¥´¥·¥Ã¥¯", "Yu Gothic", "¥á¥¤¥?ª", sans-serif;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4;
  overflow-x: hidden;
  opacity: 0;
}

.inner, .inner-1470 {
  max-width: 1605px;
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
}

.inner-1690 {
  max-width: 1720px;
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
}

.inner-1460 {
  max-width: 1490px;
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
}

.inner-890 {
  max-width: 920px;
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
}

.inner-1330 {
  max-width: 1360px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.inner-1200 {
  max-width: 1230px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.inner-967 {
  max-width: 997px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

a:hover {
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  opacity: 0.7;
}

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

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

@media screen and (max-width: 990px) {
  .pc-lg {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

/* ====================================================
Float & clear
==================================================== */
.clearfix {
  *zoom: 1;
}

.clearfix:before {
  content: "";
  display: table;
}

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

/* ====================================================
Header
==================================================== */
.none-scroll {
  overflow: hidden;
}

.menu-bar {
  display: none;
  cursor: pointer;
  position: absolute;
  z-index: 99;
  right: 20px;
  top: 21px;
  width: 32px;
  height: 25px;
}

@media screen and (max-width: 990px) {
  .menu-bar {
    display: block;
  }
}

.menu-bar i {
  width: 32px;
  display: block;
  height: 2px;
  margin-bottom: 8px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: #333;
}

.menu-bar i:last-child {
  margin-bottom: 0;
}

.menu-bar.on i {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.menu-bar.on i:nth-child(1) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 10px;
}

.menu-bar.on i:nth-child(2) {
  display: none;
}

.menu-bar.on i:nth-child(3) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 10px;
}

#main-header {
  position: fixed;
  width: 100%;
  z-index: 99;
  top: 0;
  left: 0;
  background: #fff;
}

#main-header .flex-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 990px) {
  #main-header .flex-header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#main-header .flex-header .logo {
  width: 25%;
  padding: 21px 0;
}

@media screen and (max-width: 990px) {
  #main-header .flex-header .logo {
    width: 100%;
    padding: 10px 0;
    text-align: center;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #main-header .flex-header .logo img {
    max-width: 213px;
  }
}

@media screen and (max-width: 990px) {
  #main-header .flex-header .logo img {
    max-width: 130px;
    height: auto;
  }
}

#main-header .flex-header .navGlobal {
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
  position: relative;
}

#main-header .flex-header .navGlobal .header-tel {
  position: absolute;
  right: 0;
  top: 38px;
  font-size: 15px;
  font-size: 1.5rem;
  color: #000000;
}

@media screen and (max-width: 990px) {
  #main-header .flex-header .navGlobal .header-tel {
    font-size: 19px;
    font-size: 1.9rem;
    position: static;
    display: block;
    text-align: center;
    margin-top: 20px;
  }
}

@media screen and (max-width: 990px) {
  #main-header .flex-header .navGlobal {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    position: fixed;
    background: #fff;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    top: 59px;
    display: none;
    padding: 30px 0 80px;
    left: 0;
    z-index: 99;
  }
}

@media screen and (max-width: 990px) {
  #main-header .flex-header .navGlobal.show-menu {
    display: block;
  }
}

#main-header .flex-header .navGlobal .list-language, #main-header .flex-header .navGlobal .navGlobalIn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 990px) {
  #main-header .flex-header .navGlobal .list-language, #main-header .flex-header .navGlobal .navGlobalIn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

#main-header .flex-header .navGlobal .list-language {
  max-width: 352px;
  margin-left: auto;
  margin-bottom: 40px;
}

@media screen and (max-width: 990px) {
  #main-header .flex-header .navGlobal .list-language {
    margin: 0 auto;
  }
}

#main-header .flex-header .navGlobal .list-language li {
  width: 25%;
}

@media screen and (max-width: 990px) {
  #main-header .flex-header .navGlobal .list-language li {
    width: 50%;
    border-bottom: 1px solid #fff;
  }
}

#main-header .flex-header .navGlobal .list-language li span {
  display: block;
  border-right: 1px solid #fff;
  color: #fff;
  text-align: center;
  font-weight: 500;
  background: #888888;
  padding: 5px;
  cursor: pointer;
  font-size: 12px;
  font-size: 1.2rem;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #main-header .flex-header .navGlobal .list-language li span {
    padding: 7px 5px 3px;
  }
}

@media screen and (max-width: 990px) {
  #main-header .flex-header .navGlobal .list-language li span {
    padding: 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

#main-header .flex-header .navGlobal .list-language li.active span {
  background: #000;
}

@media screen and (max-width: 990px) {
  #main-header .flex-header .navGlobal .navGlobalIn {
    margin-bottom: 50px;
    border-top: 1px solid #888888;
  }
}

#main-header .flex-header .navGlobal .navGlobalIn li {
  margin-left: 35px;
}

@media screen and (max-width: 1200px) {
  #main-header .flex-header .navGlobal .navGlobalIn li {
    margin-left: 25px;
  }
}

@media screen and (max-width: 990px) {
  #main-header .flex-header .navGlobal .navGlobalIn li {
    width: 50%;
    margin-left: 0;
    text-align: center;
    border-bottom: 1px solid #888888;
    border-right: 1px solid #888888;
  }
}

@media screen and (max-width: 990px) {
  #main-header .flex-header .navGlobal .navGlobalIn li:nth-child(2n) {
    border-right: 0;
  }
}

#main-header .flex-header .navGlobal .navGlobalIn li:first-child {
  margin-left: 0;
}

#main-header .flex-header .navGlobal .navGlobalIn li a {
  color: #000;
  letter-spacing: 1.25px;
  display: block;
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 1080px) {
  #main-header .flex-header .navGlobal .navGlobalIn li a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 990px) {
  #main-header .flex-header .navGlobal .navGlobalIn li a {
    padding: 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* ====================================================
Footer
==================================================== */
#main-footer {
  background: #888888;
  padding: 47px 0 38px;
}

@media screen and (max-width: 990px) {
  #main-footer {
    padding: 47px 0;
  }
}

@media screen and (max-width: 767px) {
  #main-footer {
    padding: 20px 0;
  }
  #main-footer.padding-index {
    padding: 20px 0;
  }
}

.sp110 {
     margin-bottom: 110px;
}

@media screen and (max-width: 767px) {
     .sp110 {
     margin-bottom: 110px;
}

}

#main-footer .flex-ft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#main-footer .flex-ft .nav-ft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#main-footer .flex-ft .nav-ft li {
  margin-right: 12px;
  padding-right: 12px;
  line-height: 1;
  border-right: 1px solid #9b9b9b;
}

#main-footer .flex-ft .nav-ft li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: 0;
}

#main-footer .flex-ft .nav-ft li a {
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
}



@media screen and (max-width: 767px) {
  #main-footer .flex-ft .nav-ft li a {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

#main-footer .flex-ft .copyRight a {
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  #main-footer .flex-ft .copyRight a {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 768px) {
  /*Tel*/
  a[href^="tel"]:link,
  a[href^="tel"]:visited,
  a[href^="tel"]:hover {
    pointer-events: none;
    cursor: default;
  }
}


@media screen and (max-width: 767px) {
#main-footer {
    display: block;
    padding: 20px 0;
  }

#main-footer .inner {
    display: block;
    width: 100%;
    margin: 0 auto;
}
#main-footer .inner .foot_left {
   display: block;
   width: 98%;
   margin: 0 auto;
  padding-bottom: 35px!important;
}
#main-footer .inner .foot_left ul {
    display: block;
    width: 100%;
    margin: 0 auto;
}
#main-footer .inner .foot_left ul li {
     display: inline-block;
     margin-right: 20px;
     float: left;
}

#main-footer .inner .foot_left ul li:last-child {
    margin-right: 0;
}


#main-footer .inner .foot_left ul li a {
    color: #fff;
    font-size: 11px;
}

#main-footer .inner .foot_left ul li:nth-child(4), #main-footer .inner .foot_left ul li:nth-child(5) {
    background: #666;
height: 18px;
 width: 18px;
 border-radius:50%;
 line-height: 18px;
 text-align:center;
}

/*#main-footer .inner .foot_left ul li:nth-child(1), #main-footer .inner .foot_left ul li:nth-child(2), #main-footer .inner .foot_left ul li:nth-child(3) {
    width: 30%;
}

#main-footer .inner .foot_left ul li:nth-child(4), #main-footer .inner .foot_left ul li:nth-child(5) {
    width: 5%;
}*/

#main-footer .inner .foot_right {
   display: block;
   width: 100%;
   margin: 0 auto;
  text-align: center;
  float: none;
}

#main-footer .inner .foot_right a {
    color: #fff;
}
}




/* ====================================================
MODULE
==================================================== */
/*¥Ñ¥ó¤¯¤ºMODULE*/
/*¸«½Ð¤·MODULE*/
.ttlCom01 {
  text-align: center;
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 37px;
  position: relative;
  font-size: 40px;
  font-size: 4rem;
}

@media screen and (max-width: 1200px) {
  .ttlCom01 {
    margin-bottom: 30px;
    font-size: 36px;
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 767px) {
  .ttlCom01 {
    margin-bottom: 25px;
    letter-spacing: 1px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.ttlCom01.before-icon {
  padding-bottom: 24px;
}

@media screen and (max-width: 1200px) {
  .ttlCom01.before-icon {
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .ttlCom01.before-icon {
    padding-bottom: 10px;
  }
}

.ttlCom01.before-icon:before {
  content: '';
  background: #3f4142;
  height: 2px;
  width: 49px;
  bottom: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .ttlCom01.before-icon:before {
    width: 35px;
  }
}

.ttlCom01 span {
  display: block;
  margin-top: 13px;
  letter-spacing: 1px;
  font-family: "Þâ¥´¥·¥Ã¥¯ÂÎ", YuGothic, "Þâ¥´¥·¥Ã¥¯ Medium", "Yu Gothic Medium", "Þâ¥´¥·¥Ã¥¯", "Yu Gothic", "¥á¥¤¥?ª", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  .ttlCom01 span {
    margin-top: 5px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.ttlCom01.white {
  color: #fff;
  letter-spacing: 3.5px;
}

@media screen and (max-width: 767px) {
  .ttlCom01.white {
    letter-spacing: 1px;
  }
}

.ttlCom01.txt-left {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .ttlCom01.txt-left {
    text-align: center;
  }
}

.ttlCom03 {
  display: block;
  text-align: center;
  font-size: 40px;
  font-size: 4rem;
  color: #ddc1ce;
  font-family: "Lato", sans-serif;
  letter-spacing: 2px;
  margin-bottom: 44px;
}

@media screen and (max-width: 767px) {
  .ttlCom03 {
    font-size: 26px;
    font-size: 2.6rem;
    letter-spacing: 1;
    line-height: 1.4;
    margin-bottom: 20px;
  }
}

.txtBase01 {
  font-weight: 500;
  color: #3f4142;
  line-height: 2;
  letter-spacing: -1.2px;
  margin-bottom: 31px;
  font-size: 15px;
  font-size: 1.5rem;
}

@media screen and (max-width: 1200px) {
  .txtBase01 {
    margin-bottom: 25px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .txtBase01 {
    line-height: 1.5;
    margin-bottom: 20px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.txtBase01.white {
  color: #fff;
}

.btnCom01 {
  text-align: center;
  letter-spacing: 1.1px;
}

.btnCom01.style02 a {
  max-width: 400px;
}

.btnCom01 a {
  max-width: 307px;
  margin: 0 auto;
  background: #000;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  position: relative;
  font-size: 15px;
  font-size: 1.5rem;
}

@media screen and (max-width: 990px) {
  .btnCom01 a {
    height: 50px;
    max-width: 250px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .btnCom01 a {
    height: 45px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.btnCom01 a:hover {
  opacity: 1;
}

.btnCom01 a:hover .btn-more {
  -webkit-animation: hover-in .3s forwards alternate, hover-out .3s .3s forwards alternate;
          animation: hover-in .3s forwards alternate, hover-out .3s .3s forwards alternate;
}

.btnCom01 a .btn-more {
  width: 71px;
  height: 1px;
  position: absolute;
  background: #fff;
  top: 31px;
  right: 0;
  display: block;
  overflow: hidden;
}

@media screen and (max-width: 990px) {
  .btnCom01 a .btn-more {
    top: 25px;
    width: 45px;
  }
}

@media screen and (max-width: 767px) {
  .btnCom01 a .btn-more {
    top: 22px;
    width: 35px;
  }
}

.btnCom01.btn-white a {
  background: white;
  color: black;
  border: 1px solid black;
}

.btnCom01.btn-white a .btn-more {
  background: black;
}

@-webkit-keyframes hover-in {
  0% {
    -webkit-transform-origin: top right;
            transform-origin: top right;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: top right;
            transform-origin: top right;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
}

@keyframes hover-in {
  0% {
    -webkit-transform-origin: top right;
            transform-origin: top right;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: top right;
            transform-origin: top right;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
}

@-webkit-keyframes hover-out {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  100% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes hover-out {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  100% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

#box-search {
  max-width: 577px;
  bottom: -70px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  border-radius: 4px;
  background: #fff;
  left: 50%;
  position: fixed;
  z-index: 10;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  #box-search {
    border-radius: 0;
  }
}

#box-search.on {
  bottom: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}



#box-search .form-mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#box-search .form-mv .box-date {
  width: calc(100% - 182px);
  padding: 12px 12px 10px;
}

@media screen and (max-width: 767px) {
  #box-search .form-mv .box-date {
    width: calc(100% - 100px);
    padding: 8px;
  }
}

#box-search .form-mv .box-date .border-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 48px;
  border: 1px solid #e5e5e5;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #box-search .form-mv .box-date .border-date {
    padding-top: 5px;
  }
}

@media screen and (max-width: 767px) {
  #box-search .form-mv .box-date .border-date {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 35px;
  }
}

#box-search .form-mv .box-date .check-in {
  width: 124px;
  text-align: center;
  padding: 5px;
  display: inline-block;
  letter-spacing: -0.5px;
  border-right: 1px solid #c7c7c7;
  font-size: 10px;
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  #box-search .form-mv .box-date .check-in {
    display: none;
  }
}

#box-search .form-mv .box-date .choose-date {
  width: calc(100% - 124px);
  position: relative;
}

@media screen and (max-width: 767px) {
  #box-search .form-mv .box-date .choose-date {
    width: 100%;
  }
}

#box-search .form-mv .box-date .choose-date #datepicker {
  border: 0px;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  width: 100%;
  cursor: pointer;
  padding: 0 23px;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  #box-search .form-mv .box-date .choose-date #datepicker {
    padding: 0 15px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

#box-search .form-mv .box-date .choose-date #datepicker::-webkit-input-placeholder {
  color: #000;
}

#box-search .form-mv .box-date .choose-date #datepicker:-ms-input-placeholder {
  color: #000;
}

#box-search .form-mv .box-date .choose-date #datepicker::-ms-input-placeholder {
  color: #000;
}

#box-search .form-mv .box-date .choose-date #datepicker::placeholder {
  color: #000;
}

#box-search .form-mv .box-date .choose-date:before {
  content: '';
  width: 5px;
  height: 5px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  right: 23px;
  top: 9px;
  pointer-events: none;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #box-search .form-mv .box-date .choose-date:before {
    top: 7px;
  }
}

@media screen and (max-width: 767px) {
  #box-search .form-mv .box-date .choose-date:before {
    top: 6px;
    right: 10px;
  }
}

#box-search .form-mv .btn-date {
  width: 182px;
  background: #ae933f;
  color: #fff;
  text-align: center;
  font-weight: bold;
  border: 0;
  padding: 22px 14px 18px 44px;
  cursor: pointer;
  font-size: 20px;
  font-size: 2rem;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #box-search .form-mv .btn-date {
    padding: 26px 14px 14px 44px;
  }
}

@media screen and (max-width: 767px) {
  #box-search .form-mv .btn-date {
    padding: 5px;
    width: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

#box-search .form-mv .btn-date i {
  margin-left: 16px;
}

@media screen and (max-width: 767px) {
  #box-search .form-mv .btn-date i {
    margin-left: 4px;
  }
}

div#ui-datepicker-div {
  font-size: 14px;
  font-size: 1.4rem;
}

/*¥Æ¥­¥¹¥ÈMODULE*/
.txt-basic {
  font-weight: 500;
  font-size: 15px;
  font-size: 1.5rem;
  color: black;
  line-height: 2;
  letter-spacing: -1px;
}

@media screen and (max-width: 767px) {
  .txt-basic {
    letter-spacing: 0;
    line-height: 1.5;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.txt-basic .ttl {
  display: block;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 22px;
  letter-spacing: 2.5px;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .txt-basic .ttl {
    letter-spacing: 1px;
    margin-bottom: 15px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.txt-left {
  text-align: left;
}

/*¥?ó¥¯MODULE*/
/*¥Ü¥¿¥óMODULE*/
.btn {
  width: 100px;
  height: 50px;
  border: 2px solid #FFCCCC;
  text-align: center;
  line-height: 50px;
}

.btnRed {
  color: red;
  background-color: #FFCCCC;
}

.btnBlue {
  color: white;
  border-color: blue;
  background-color: blue;
}

/*¥?¹¥ÈMODULE*/
/*¥Ü¥Ã¥¯¥¹MODULE*/
/*¥°¥?Ã¥ÉMODULE*/
/*¥Õ¥©¡¼¥àMODULE*/
.main-visual {
  position: relative;
}

.main-visual .slick-slider .item img {
  width: 100%;
}

.main-visual .ttl-mv {
  position: absolute;
  top: 49%;
  right: 5.5%;
  z-index: 10;
  margin-left: auto;
  letter-spacing: 4px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 990px) {
  .main-visual .ttl-mv {
    letter-spacing: 2px;
  }
}

.main-visual .ttl-mv span {
  color: #000;
  font-weight: bold;
  background: #fff;
  display: inline-block;
  padding: 6px 18px;
  margin-bottom: 10px;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 990px) {
  .main-visual .ttl-mv span {
    padding: 4px 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .main-visual .ttl-mv span {
    margin-bottom: 5px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.sec-concept-index {
  padding: 108px 0 294px;
  text-align: center;
}

.sec-concept-index .btnCom01 {
  margin-top: 57px;
}

@media screen and (max-width: 767px) {
  .sec-concept-index .btnCom01 {
    margin-top: 35px;
  }
}

@media screen and (max-width: 1200px) {
  .sec-concept-index {
    padding: 80px 0 180px;
  }
}

@media screen and (max-width: 767px) {
  .sec-concept-index {
    padding: 50px 0;
  }
}

.sec-fascination-index {
  background: #f5f5f5;
  padding-bottom: 75px;
}

@media screen and (max-width: 767px) {
  .sec-fascination-index {
    padding: 50px 0;
  }
}

.sec-fascination-index .img-fasc {
  margin-bottom: 78px;
}

@media screen and (max-width: 1200px) {
  .sec-fascination-index .img-fasc {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .sec-fascination-index .img-fasc {
    margin-bottom: 35px;
  }
}

.sec-fascination-index .img-fasc img {
  margin-top: -175px;
}

@media screen and (max-width: 1200px) {
  .sec-fascination-index .img-fasc img {
    margin-top: -100px;
  }
}

@media screen and (max-width: 767px) {
  .sec-fascination-index .img-fasc img {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .sec-fascination-index .ttlCom01 {
    margin-bottom: 31px;
  }
}

.sec-fascination-index .ttl-garden {
  color: #fff;
  line-height: 1;
  font-weight: bold;
  font-family: "Barlow", sans-serif;
  letter-spacing: 4px;
  font-size: 80px;
  font-size: 8rem;
}

@media screen and (max-width: 1500px) {
  .sec-fascination-index .ttl-garden {
    font-size: 6.5vw;
  }
}

@media screen and (max-width: 767px) {
  .sec-fascination-index .ttl-garden {
    margin-bottom: 30px;
    letter-spacing: 2px;
    text-align: center;
    line-height: 1.2;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.sec-fascination-index .box-fasc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1365px;
  margin: 0 auto;
  margin-bottom: 88px;
  margin-top: -102px;
}

@media screen and (max-width: 1500px) {
  .sec-fascination-index .box-fasc {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .sec-fascination-index .box-fasc {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    margin-bottom: 50px;
  }
}

.sec-fascination-index .box-fasc .box-text {
  width: 53.75%;
  padding-right: 35px;
}

@media screen and (max-width: 767px) {
  .sec-fascination-index .box-fasc .box-text {
    width: 100%;
    padding-right: 0;
  }
}

.sec-fascination-index .box-fasc .box-text .mw-455 {
  max-width: 492px;
  margin: 0 auto 58px;
  padding-left: 42px;
  padding-top: 90px;
}

@media screen and (max-width: 1500px) {
  .sec-fascination-index .box-fasc .box-text .mw-455 {
    padding-top: 30px;
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .sec-fascination-index .box-fasc .box-text .mw-455 {
    padding-top: 0;
    max-width: 100%;
    margin-bottom: 35px;
  }
}

.sec-fascination-index .box-fasc .box-text .list-app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

@media screen and (max-width: 990px) {
  .sec-fascination-index .box-fasc .box-text .list-app {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0px;
  }
}

.sec-fascination-index .box-fasc .box-text .list-app li {
  width: 25%;
  text-align: center;
  padding: 0 20px;
}

@media screen and (max-width: 990px) {
  .sec-fascination-index .box-fasc .box-text .list-app li {
    width: 50%;
    margin-bottom: 35px;
  }
}

.sec-fascination-index .box-fasc .box-text .list-app li a {
  display: inline-block;
}

.sec-fascination-index .box-fasc .box-text .list-app li .img-app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 17px;
}

@media screen and (max-width: 767px) {
  .sec-fascination-index .box-fasc .box-text .list-app li .img-app {
    margin-bottom: 12px;
  }
}

.sec-fascination-index .box-fasc .box-text .list-app li .ttl-app {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0px;
  color: #000;
  font-size: 24px;
  font-size: 2.4rem;
}

@media screen and (max-width: 990px) {
  .sec-fascination-index .box-fasc .box-text .list-app li .ttl-app {
    font-size: 20px;
    font-size: 2rem;
  }
}

.sec-fascination-index .box-fasc .box-text .list-app li p {
  font-weight: bold;
  color: #000;
  font-size: 13px;
  font-size: 1.3rem;
}

@media screen and (max-width: 990px) {
  .sec-fascination-index .box-fasc .box-text .list-app li p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.sec-fascination-index .box-fasc .img-slider {
  width: 46.25%;
}

@media screen and (max-width: 767px) {
  .sec-fascination-index .box-fasc .img-slider {
    width: 100%;
    margin-bottom: 30px;
  }
}

.sec-fascination-index .box-ttl {
  line-height: 1.8;
  margin-bottom: 36px;
  font-weight: bold;
  letter-spacing: 4px;
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (max-width: 1200px) {
  .sec-fascination-index .box-ttl {
    margin-bottom: 20px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .sec-fascination-index .box-ttl {
    text-align: center;
    letter-spacing: 1px;
    line-height: 1.5;
  }
}

.sec-fascination-index .box-desc {
  line-height: 2;
  text-align: justify;
  letter-spacing: -1.3px;
  font-weight: 500;
  font-size: 15px;
  font-size: 1.5rem;
}

@media screen and (max-width: 1200px) {
  .sec-fascination-index .box-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .sec-fascination-index .box-desc {
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.sec-fascination-index .box-fasc02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 23px;
}

@media screen and (max-width: 1500px) {
  .sec-fascination-index .box-fasc02 {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .sec-fascination-index .box-fasc02 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
  }
}

.sec-fascination-index .box-fasc02 .img {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .sec-fascination-index .box-fasc02 .img {
    width: 100%;
    margin-bottom: 25px;
  }
}

.sec-fascination-index .box-fasc02 .for-ttl {
  display: inline-block;
  position: absolute;
  left: -14px;
  line-height: 1;
  top: -58px;
  -webkit-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
  font-family: "Beyond";
  font-size: 60px;
  font-size: 6rem;
}

@media screen and (max-width: 1200px) {
  .sec-fascination-index .box-fasc02 .for-ttl {
    position: static;
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
    margin-bottom: 5px;
    font-size: 45px;
    font-size: 4.5rem;
  }
}

@media screen and (max-width: 767px) {
  .sec-fascination-index .box-fasc02 .for-ttl {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

.sec-fascination-index .box-fasc02 .text {
  width: 50%;
  position: relative;
  padding-left: 82px;
}

@media screen and (max-width: 1500px) {
  .sec-fascination-index .box-fasc02 .text {
    padding-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .sec-fascination-index .box-fasc02 .text {
    width: 100%;
    padding-left: 0;
  }
}

.sec-fascination-index .box-fasc02 .btnCom01 {
  margin-top: 76px;
}

@media screen and (max-width: 1200px) {
  .sec-fascination-index .box-fasc02 .btnCom01 {
    margin-top: 30px;
  }
}

.sec-fascination-index .box-fasc02 .btnCom01 a {
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  .sec-fascination-index .box-fasc02 .btnCom01 a {
    margin-left: auto;
  }
}

.sec-room-index {
  padding: 104px 0 111px;
}

@media screen and (max-width: 1200px) {
  .sec-room-index {
    padding: 80px 0;
  }
}

@media screen and (max-width: 767px) {
  .sec-room-index {
    padding: 50px 0;
  }
}

@media screen and (min-width: 768px) {
  .sec-room-index .ttlCom01 {
    margin-bottom: 49px;
  }
}

.sec-room-index .slider-room {
  margin: 0 -25px 55px;
}

@media screen and (max-width: 990px) {
  .sec-room-index .slider-room {
    margin: 0 -15px 35px;
  }
}

@media screen and (max-width: 767px) {
  .sec-room-index .slider-room {
    margin: 0 -10px 35px;
  }
}

.sec-room-index .slider-room .item {
  padding: 0 25px;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

@media screen and (max-width: 990px) {
  .sec-room-index .slider-room .item {
    padding: 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .sec-room-index .slider-room .item {
    padding: 0 10px;
  }
}

.sec-room-index .slider-room .item img {
  width: 100%;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .sec-room-index .slider-room .item img {
    margin-bottom: 10px;
  }
}

.sec-room-index .slider-room .item p {
  font-weight: 500;
  line-height: 2;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .sec-room-index .slider-room .item p {
    line-height: 1.5;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.sec-faciliti-index {
  margin-bottom: 195px;
}

@media screen and (max-width: 1200px) {
  .sec-faciliti-index {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .sec-faciliti-index {
    margin-bottom: 50px;
  }
}

.sec-faciliti-index .box-faciliti {
  position: relative;
}

@media screen and (max-width: 767px) {
  .sec-faciliti-index .box-faciliti {
    margin-bottom: 35px;
  }
}

.sec-faciliti-index .box-faciliti > img {
  min-height: 400px;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
}

@media screen and (max-width: 767px) {
  .sec-faciliti-index .box-faciliti > img {
    min-height: auto;
    margin-bottom: 20px;
  }
}

.sec-faciliti-index .box-faciliti .faci-text {
  position: absolute;
  top: 50.5%;
  left: 9.4%;
  z-index: 2;
  max-width: 346px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .sec-faciliti-index .box-faciliti .faci-text {
    max-width: 100%;
    position: static;
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
  }
}

.sec-faciliti-index .box-faciliti .faci-text .ttlCom01 {
  text-align: left;
}

@media screen and (min-width: 768px) {
  .sec-faciliti-index .box-faciliti .faci-text .ttlCom01 {
    margin-bottom: 45px;
  }
  .sec-faciliti-index .box-faciliti .faci-text .ttlCom01 span {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .sec-faciliti-index .box-faciliti .faci-text .ttlCom01 {
    text-align: center;
    color: #000 !important;
  }
}

@media screen and (max-width: 767px) {
  .sec-faciliti-index .box-faciliti .faci-text .txtBase01 {
    text-align: center;
    color: #000 !important;
  }
}

.sec-faciliti-index .box-faciliti:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 767px) {
  .sec-faciliti-index .box-faciliti:before {
    display: none;
  }
}

.sec-faciliti-index .list-faciliti {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 990px) {
  .sec-faciliti-index .list-faciliti {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.sec-faciliti-index .list-faciliti .item {
  width: 25%;
  overflow: hidden;
}

@media screen and (max-width: 990px) {
  .sec-faciliti-index .list-faciliti .item {
    width: 50%;
  }
}

@media screen and (max-width: 640px) {
  .sec-faciliti-index .list-faciliti .item {
    width: 100%;
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 640px) {
  .sec-faciliti-index .list-faciliti .item:last-child {
    margin-bottom: 0;
  }
}

.sec-faciliti-index .list-faciliti .item a {
  display: block;
  position: relative;
}

.sec-faciliti-index .list-faciliti .item a > img {
  width: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.sec-faciliti-index .list-faciliti .item a:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
}

.sec-faciliti-index .list-faciliti .item a:hover {
  opacity: 1;
}

.sec-faciliti-index .list-faciliti .item a:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.sec-faciliti-index .list-faciliti .item a.not-hover img {
  -webkit-transform: inherit;
      -ms-transform: inherit;
          transform: inherit;
}

.sec-faciliti-index .list-faciliti .item .text-head {
  position: absolute;
  top: 51%;
  left: 50%;
  padding: 20px;
  z-index: 2;
  max-width: 346px;
  color: #fff;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.sec-faciliti-index .list-faciliti .item .text-head .ttl {
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
}

@media screen and (max-width: 1200px) {
  .sec-faciliti-index .list-faciliti .item .text-head .ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}

.sec-faciliti-index .list-faciliti .item .text-head p {
  margin-bottom: 6px;
  font-weight: bold;
  font-size: 15px;
  font-size: 1.5rem;
}

@media screen and (max-width: 1200px) {
  .sec-faciliti-index .list-faciliti .item .text-head p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 1200px) {
  .sec-faciliti-index .list-faciliti .item .text-head p {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.sec-access {
  padding: 0px 0 83px;
  background: #e6e7e8;
}

@media screen and (max-width: 767px) {
  .sec-access {
    padding: 50px 0;
  }
}

.sec-access .box-access {
  padding: 0 38px;
}

@media screen and (max-width: 1500px) {
  .sec-access .box-access {
    padding: 0;
  }
}

.sec-access .box-access .ttlCom01 {
  -webkit-transform: translateY(-34px);
      -ms-transform: translateY(-34px);
          transform: translateY(-34px);
  letter-spacing: 4px;
}

@media screen and (max-width: 1200px) {
  .sec-access .box-access .ttlCom01 {
    -webkit-transform: translateY(-26px);
        -ms-transform: translateY(-26px);
            transform: translateY(-26px);
  }
}

@media screen and (max-width: 767px) {
  .sec-access .box-access .ttlCom01 {
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.sec-access .flex-access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1200px) {
  .sec-access .flex-access {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .sec-access .flex-access {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.sec-access .flex-access .gg-map {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .sec-access .flex-access .gg-map {
    width: 100%;
    margin-bottom: 25px;
  }
}

.sec-access .flex-access .gg-map iframe {
  width: 100%;
  height: 370px;
}

@media screen and (max-width: 767px) {
  .sec-access .flex-access .gg-map iframe {
    height: 250px;
  }
}

.sec-access .flex-access .text-access {
  width: 50%;
  padding-top: 32px;
  padding-left: 52px;
}

@media screen and (max-width: 1200px) {
  .sec-access .flex-access .text-access {
    padding-left: 30px;
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .sec-access .flex-access .text-access {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
}

.sec-access .flex-access .text-access .logo {
  margin-bottom: 35px;
}

@media screen and (max-width: 1200px) {
  .sec-access .flex-access .text-access .logo {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .sec-access .flex-access .text-access .logo img {
    max-width: 130px;
    height: auto;
  }
}

.sec-access .flex-access .text-access .address-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4px;
  max-width: 510px;
}

@media screen and (max-width: 1200px) {
  .sec-access .flex-access .text-access .address-tel {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .sec-access .flex-access .text-access .address-tel {
    max-width: 100%;
  }
}

.sec-access .flex-access .text-access .address-tel .txt-as {
  padding-right: 20px;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 1200px) {
  .sec-access .flex-access .text-access .address-tel .txt-as {
    width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
  }
}

.sec-access .flex-access .text-access .address-tel .tel {
  font-family: "Barlow", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 1200px) {
  .sec-access .flex-access .text-access .address-tel .tel {
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .sec-access .flex-access .text-access .address-tel .tel {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.sec-access .flex-access .text-access .address-tel .tel a {
  color: #000;
  font-weight: bold;
  margin-left: 5px;
  font-size: 24px;
  font-size: 2.4rem;
}

@media screen and (max-width: 1200px) {
  .sec-access .flex-access .text-access .address-tel .tel a {
    font-size: 20px;
    font-size: 2rem;
  }
}

.sec-access .flex-access .text-access .link-map {
  color: #000;
  font-family: "Barlow", sans-serif;
  padding-bottom: 3px;
  margin-bottom: 56px;
  display: inline-block;
  border-bottom: 1px solid #000;
  font-size: 15px;
  font-size: 1.5rem;
}

@media screen and (max-width: 1200px) {
  .sec-access .flex-access .text-access .link-map {
    margin-bottom: 30px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.sec-access .flex-access .text-access .btnCom01 a {
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  .sec-access .flex-access .text-access .btnCom01 a {
    margin-left: auto;
  }
}

.mv-banner {
  padding-top: 76px;
  margin-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .mv-banner {
    padding-top: 0;
    margin-bottom: 50px;
  }
}

.mv-banner .inner, .mv-banner .inner-1470 {
  position: relative;
}

@media screen and (max-width: 767px) {
  .mv-banner .inner, .mv-banner .inner-1470 {
    padding: 0;
  }
  .mv-banner .inner img, .mv-banner .inner-1470 img {
    min-height: 140px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right;
       object-position: right;
    font-family: 'object-fit: cover';
  }
}

.mv-banner .inner .heading-page, .mv-banner .inner-1470 .heading-page {
  position: absolute;
  left: 0;
  right: 0;
  top: 56%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .mv-banner .inner .heading-page, .mv-banner .inner-1470 .heading-page {
    top: 50%;
  }
}

.heading-page {
  display: block;
  text-align: center;
  line-height: 1;
}

.heading-page .en {
  display: block;
  font-weight: bold;
  font-size: 40px;
  font-size: 4rem;
  font-family: "Barlow", sans-serif;
  margin-bottom: 19px;
  letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
  .heading-page .en {
    font-size: 32px;
    font-size: 3.2rem;
    margin-bottom: 10px;
  }
}

.heading-page small {
  font-weight: 500;
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
}

.flow-room .img {
  width: 79.2%;
  position: relative;
  margin-bottom: 94px;
}

@media screen and (max-width: 1200px) {
  .flow-room .img {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .flow-room .img {
    width: 100%;
    margin-bottom: 50px;
  }
}

.flow-room .img .note {
  position: absolute;
  top: 50.5%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -172px;
}

@media screen and (max-width: 1200px) {
  .flow-room .img .note {
    right: -50px;
  }
}

@media screen and (max-width: 767px) {
  .flow-room .img .note {
    right: 0;
    left: 0;
    text-align: center;
  }
  .flow-room .img .note img {
    height: 30px;
  }
}

.flow-room.women {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flow-room.women .img .note {
  right: auto;
  left: -219px;
  top: 50%;
}

@media screen and (max-width: 1200px) {
  .flow-room.women .img .note {
    left: -50px;
  }
}

@media screen and (max-width: 767px) {
  .flow-room.women .img .note {
    left: 0;
  }
}

.room-item {
  margin-bottom: 174px;
}

@media screen and (max-width: 767px) {
  .room-item {
    margin-bottom: 50px;
  }
}

.room-item .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 135px;
  position: relative;
  z-index: 1;
}

.room-item .item:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .room-item .item {
    margin-bottom: 50px;
  }
}

.room-item .item .img {
  position: relative;
  width: 61%;
}

@media screen and (max-width: 990px) {
  .room-item .item .img {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .room-item .item .img {
    width: 100%;
    margin-bottom: 30px;
  }
}

.room-item .item .img:after {
  content: "";
  width: 200%;
  position: absolute;
  top: 39.3%;
  bottom: -6.5%;
  right: 32.2%;
  background: rgba(126, 147, 204, 0.3);
}

@media screen and (max-width: 767px) {
  .room-item .item .img:after {
    top: 15px;
    bottom: -15px;
    right: 15px;
  }
}

.room-item .item .img img {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 990px) {
  .room-item .item .img img {
    min-height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: 'object-fit: cover';
  }
}

@media screen and (max-width: 767px) {
  .room-item .item .img img {
    min-height: 100px;
  }
}

.room-item .item .txt-basic {
  width: 39%;
  padding: 0 167px 5px 106px;
}

@media screen and (max-width: 1500px) {
  .room-item .item .txt-basic {
    padding: 0 50px 5px 100px;
  }
}

@media screen and (max-width: 1200px) {
  .room-item .item .txt-basic {
    padding: 0 20px 5px 50px;
  }
}

@media screen and (max-width: 990px) {
  .room-item .item .txt-basic {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .room-item .item .txt-basic {
    width: 100%;
    padding: 0 !important;
    text-align: center;
  }
}

.room-item .item .txt-basic .ttl-img {
  display: block;
  position: relative;
  left: -50px;
}

@media screen and (max-width: 1500px) {
  .room-item .item .txt-basic .ttl-img {
    left: -40px !important;
  }
}

@media screen and (max-width: 1200px) {
  .room-item .item .txt-basic .ttl-img {
    margin-bottom: 5px;
    left: -25px !important;
  }
}

@media screen and (max-width: 767px) {
  .room-item .item .txt-basic .ttl-img {
    left: 0 !important;
  }
}

.room-item .item .txt-basic .btnCom01 {
  text-align: left;
}

@media screen and (min-width: 768px) {
  .room-item .item .txt-basic .btnCom01 a {
    margin-left: 0;
  }
}

.room-item .item .txt-basic p {
  margin-bottom: 28px;
}

@media screen and (max-width: 767px) {
  .room-item .item .txt-basic p {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .room-item .item .txt-basic > *:last-child {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .room-item .item.odd .img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .room-item .item.odd .img:after {
    right: auto;
    left: 32.2%;
  }
  .room-item .item.odd .txt-basic {
    padding: 0 60px 25px 203px;
  }
  .room-item .item.odd .txt-basic p {
    margin-bottom: 36px;
  }
  .room-item .item.odd .txt-basic .ttl-img {
    left: -67px;
    top: 2px;
  }
}

@media screen and (max-width: 767px) {
  .room-item .item.odd .img:after {
    left: 15px;
    right: auto;
  }
}

@media screen and (max-width: 1500px) {
  .room-item .item.odd .txt-basic {
    padding: 0 50px 0 100px;
  }
}

@media screen and (max-width: 1200px) {
  .room-item .item.odd .txt-basic {
    padding: 0 20px 0 20px;
  }
}

.room-item.item-odd {
  margin-bottom: 97px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .room-item.item-odd {
    margin-bottom: 50px;
  }
}

.room-item.item-odd:after {
  content: "";
  width: 200%;
  height: 170px;
  background: rgba(221, 193, 206, 0.3);
  position: absolute;
  bottom: -7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 1500px) {
  .room-item.item-odd:after {
    bottom: -5%;
  }
}

@media screen and (max-width: 767px) {
  .room-item.item-odd:after {
    display: none;
  }
}

.room-item.item-odd .item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.room-item.item-odd .item .img {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.room-item.item-odd .item .img:after {
  display: none;
}

@media screen and (max-width: 767px) {
  .room-item.item-odd .item .img:after {
    display: block;
    background: rgba(221, 193, 206, 0.3);
    left: -50%;
    right: 0;
  }
}

@media screen and (min-width: 768px) {
  .room-item.item-odd .item .txt-basic {
    padding: 89px 135px 25px 129px;
  }
  .room-item.item-odd .item .txt-basic p {
    margin-bottom: 30px;
  }
  .room-item.item-odd .item .other-txt {
    padding-left: 2px;
  }
  .room-item.item-odd .item .other-txt .ttl-img {
    left: -58px;
    margin-bottom: 6px;
  }
  .room-item.item-odd .item .other-txt .ttl {
    margin-bottom: 7px;
    letter-spacing: 3px;
  }
}

@media screen and (max-width: 1500px) {
  .room-item.item-odd .item .txt-basic {
    padding: 0 50px 0 100px;
  }
}

@media screen and (max-width: 1200px) {
  .room-item.item-odd .item .txt-basic {
    padding: 0 20px 0 50px;
  }
}

.room-item.item-odd .item .other-txt {
  margin-top: 100px;
}

@media screen and (max-width: 1500px) {
  .room-item.item-odd .item .other-txt {
    margin-top: 50px;
  }
}

@media screen and (min-width: 768px) {
  .room-item.style02 {
    margin-bottom: 120px;
  }
}

.room-item.style02 .item .img:after {
  background: rgba(173, 147, 63, 0.3);
}

.room-item.style02 .item .txt-basic {
  padding: 0 73px 5px 90px;
}

@media screen and (max-width: 1500px) {
  .room-item.style02 .item .txt-basic {
    padding: 0 50px;
  }
}

@media screen and (max-width: 1200px) {
  .room-item.style02 .item .txt-basic {
    padding: 0 20px 0 50px;
  }
}

@media screen and (max-width: 1200px) {
  .room-item.style02 .item:nth-child(even) .txt-basic {
    padding: 0 20px 50px;
  }
}

.page-women_index .img-mv:before {
  display: none;
}

@media screen and (max-width: 1500px) {
  .page-women_index .content-mv {
    top: 27% !important;
  }
}

@media screen and (max-width: 990px) {
  .page-women_index .content-mv {
    top: 50% !important;
  }
}

@media screen and (max-width: 767px) {
  .page-women_index .content-mv {
    bottom: 20px;
    top: auto !important;
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
  }
}

.page-women_index .content-mv .ttl-mv {
  color: #f6f6f6 !important;
}

.page-women_index .content-mv .ttl-mv small {
  display: block;
  color: #d69999;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 25px;
}

@media screen and (max-width: 1500px) {
  .page-women_index .content-mv .ttl-mv small {
    margin-top: 7px;
  }
}

.sec-welcome {
  border-top: 5px solid #ddc1ce;
  border-bottom: 5px solid #ddc1ce;
  padding: 71px 0 77px;
  margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .sec-welcome {
    padding: 30px 0;
    border-top: 2px solid #ddc1ce;
    border-bottom: 2px solid #ddc1ce;
    margin-bottom: 50px;
  }
}

.show-room {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 142px;
}

@media screen and (max-width: 767px) {
  .show-room {
    margin-bottom: 40px;
  }
}

.show-room .more-room {
  display: inline-block;
  position: relative;
  font-size: 20px;
  font-size: 2rem;
  color: #030303;
  font-family: "Lato", sans-serif;
  padding-top: 52px;
  margin-right: 44px;
  letter-spacing: 3.5px;
  padding-bottom: 7px;
  width: 185px;
  text-align: right;
}

@media screen and (max-width: 1200px) {
  .show-room .more-room {
    margin-right: 15px;
    width: 150px;
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .show-room .more-room {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
    margin-right: 0;
  }
}

.show-room .more-room:after {
  content: "";
  width: 500px;
  height: 3px;
  background: #ddc1ce;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  .show-room .more-room:after {
    width: 100%;
    height: 2px;
  }
}

.show-room .room-block-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -11px;
  width: calc(100% - 215px);
}

@media screen and (max-width: 1200px) {
  .show-room .room-block-item {
    width: calc(100% - 145px);
  }
}

@media screen and (max-width: 767px) {
  .show-room .room-block-item {
    width: 100%;
    margin: 0;
  }
}

.show-room .room-block-item .item {
  width: 33.33%;
  padding: 0 11px;
}

@media screen and (max-width: 767px) {
  .show-room .room-block-item .item {
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
  }
  .show-room .room-block-item .item:last-child {
    margin-bottom: 0;
  }
}

.show-room .room-block-item .item .img {
  position: relative;
  margin-bottom: 21px;
}

@media screen and (max-width: 1200px) {
  .show-room .room-block-item .item .img {
    margin-bottom: 10px;
  }
}

.show-room .room-block-item .item .img .note {
  display: inline-block;
  font-size: 40px;
  font-size: 4rem;
  color: white;
  font-family: "Barlow", sans-serif;
  position: absolute;
  bottom: -13px;
  right: 14px;
  font-weight: bold;
  letter-spacing: 1px;
}

@media screen and (max-width: 1200px) {
  .show-room .room-block-item .item .img .note {
    bottom: -9px;
    font-size: 30px;
    font-size: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .show-room .room-block-item .item .img .note {
    right: 0;
    left: 0;
    text-align: center;
    bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .show-room .room-block-item .item .txt-basic {
    padding-left: 9px;
  }
}

.block-amenity {
  display: block;
  max-width: 1470px;
  margin: 0 auto 137px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .block-amenity {
    margin-bottom: 50px;
  }
}

.block-amenity img {
  min-height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover';
}

@media screen and (max-width: 767px) {
  .block-amenity img {
    min-height: 170px;
    -o-object-position: left;
       object-position: left;
  }
}

.block-amenity .txt-basic {
  position: absolute;
  bottom: -60px;
  right: 0;
  background: white;
  width: 918px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 35px 32px 27px 60px;
}

@media screen and (max-width: 1200px) {
  .block-amenity .txt-basic {
    width: 90%;
    padding: 35px 20px;
  }
}

@media screen and (max-width: 767px) {
  .block-amenity .txt-basic {
    width: 100%;
    position: static;
    padding: 20px 15px;
    display: block;
    text-align: center;
  }
}

.block-amenity .txt-basic .ttl-img {
  position: absolute;
  top: 6px;
  left: -20px;
}

.block-amenity .txt-basic .ttl-img img {
  min-height: 10px;
}

@media screen and (max-width: 767px) {
  .block-amenity .txt-basic .ttl-img {
    position: static;
    display: block;
  }
  .block-amenity .txt-basic .ttl-img img {
    display: block;
    margin: 0 auto 20px;
  }
}

.block-amenity .txt-basic .ttl {
  width: 55%;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .block-amenity .txt-basic .ttl {
    letter-spacing: 3px;
    line-height: 1.65;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .block-amenity .txt-basic .ttl {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 374px) {
  .block-amenity .txt-basic .ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.block-amenity .txt-basic .ttl a {
  display: inline-block;
  position: relative;
  color: #000000;
}

.block-amenity .txt-basic .ttl a:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #ddc1ce;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.block-amenity-items {
  display: block;
  max-width: 1470px;
  margin: 0 auto;
  position: relative;
}

.block-amenity-items .items {
  border-bottom: 1px dashed #d2d2d2;
  margin-bottom: 53px;
}

@media screen and (max-width: 640px) {
  .block-amenity-items .items {
    margin-bottom: 50px;
  }
}

.block-amenity-items .items:last-child {
  border-bottom: none;
  margin-bottom: 33px;
}

.block-amenity-items .items .list-amenity {
  max-width: 1000px;
  margin: 0 auto;
}

.block-amenity-items .items .list-amenity .item {
  padding: 0 45px;
}

@media screen and (max-width: 990px) {
  .block-amenity-items .items .list-amenity .item {
    padding: 0 30px !important;
    width: 33.333%;
  }
}

@media screen and (max-width: 640px) {
  .block-amenity-items .items .list-amenity .item {
    width: 100%;
    padding: 0 15px !important;
  }
}

.block-amenity-items .items .list-amenity .item:nth-child(1) {
  padding-left: 0;
}

.block-amenity-items .items .list-amenity .item:nth-child(3) {
  padding-left: 98px;
  padding-right: 0;
}

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

.main-visual-page {
  position: relative;
  margin-bottom: 117px;
}

@media screen and (max-width: 990px) {
  .main-visual-page {
    margin-bottom: 50px;
  }
}

.main-visual-page .img-mv {
  width: calc(100% - 150px);
  position: relative;
}

.main-visual-page .img-mv > img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .main-visual-page .img-mv > img {
    min-height: 260px;
    width: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover";
  }
}

@media screen and (max-width: 1500px) {
  .main-visual-page .img-mv {
    width: calc(100% - 100px);
  }
}

@media screen and (max-width: 990px) {
  .main-visual-page .img-mv {
    width: calc(100% - 70px);
  }
}

@media screen and (max-width: 767px) {
  .main-visual-page .img-mv {
    width: 100%;
  }
}

.main-visual-page .img-mv:before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
}

.main-visual-page .ttl-img {
  width: 256px;
  height: auto;
  position: relative;
  left: -90px;
  bottom: -13px;
}

@media screen and (max-width: 1500px) {
  .main-visual-page .ttl-img {
    left: -60px;
    bottom: -5px;
  }
}

@media screen and (max-width: 767px) {
  .main-visual-page .ttl-img {
    width: 180px;
    left: 0;
    bottom: 0;
  }
}

.main-visual-page .content-mv {
  position: absolute;
  top: 36%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -45px;
}

@media screen and (max-width: 1500px) {
  .main-visual-page .content-mv {
    top: 30%;
    right: -35px;
  }
}

@media screen and (max-width: 990px) {
  .main-visual-page .content-mv {
    top: 50%;
  }
}

@media screen and (max-width: 767px) {
  .main-visual-page .content-mv {
    right: 20px;
  }
}

.main-visual-page .content-mv .ttl-mv {
  font-family: "Barlow", sans-serif;
  line-height: 0.85;
  color: #DBB6C7;
  font-weight: bold;
  text-align: right;
  font-size: 80px;
  font-size: 8rem;
}

@media screen and (max-width: 1500px) {
  .main-visual-page .content-mv .ttl-mv {
    font-size: 60px;
    font-size: 6rem;
  }
}

@media screen and (max-width: 767px) {
  .main-visual-page .content-mv .ttl-mv {
    line-height: 1;
    font-size: 40px;
    font-size: 4rem;
  }
}

.main-visual-page .content-mv .ttl-mv.color-violet {
  color: #7E93CC;
}

.main-visual-page .content-mv .ttl-mv span {
  display: block;
  color: #AAAAAA;
  line-height: 1.2;
  margin-top: 8px;
  letter-spacing: 3px;
  font-family: "Þâ¥´¥·¥Ã¥¯ÂÎ", YuGothic, "Þâ¥´¥·¥Ã¥¯ Medium", "Yu Gothic Medium", "Þâ¥´¥·¥Ã¥¯", "Yu Gothic", "¥á¥¤¥?ª", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 1500px) {
  .main-visual-page .content-mv .ttl-mv span {
    margin-top: 4px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .main-visual-page .content-mv .ttl-mv span {
    color: #fff;
  }
}

.main-visual-page .post-mv {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 57px 62px 43px;
  background: #fff;
  max-width: 585px;
  width: 100%;
}

@media screen and (max-width: 1500px) {
  .main-visual-page .post-mv {
    padding: 30px;
  }
}

@media screen and (max-width: 990px) {
  .main-visual-page .post-mv {
    position: static;
    padding: 30px 0px 0;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .main-visual-page .post-mv {
    padding: 25px 0px 0;
  }
}

.main-visual-page .post-mv .ttl-post {
  font-weight: bold;
  margin-bottom: 25px;
  letter-spacing: 2.75px;
  color: #030303;
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (max-width: 1500px) {
  .main-visual-page .post-mv .ttl-post {
    margin-bottom: 12px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.main-visual-page .post-mv p {
  font-weight: 500;
  line-height: 2;
  letter-spacing: -1px;
  font-size: 15px;
  font-size: 1.5rem;
}

@media screen and (max-width: 1500px) {
  .main-visual-page .post-mv p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .main-visual-page .post-mv p {
    text-align: justify;
    line-height: 1.5;
    letter-spacing: 0;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.content-room {
  background: rgba(173, 147, 63, 0.3);
  padding: 71px 0 62px;
}

@media screen and (max-width: 990px) {
  .content-room {
    padding: 50px 0;
  }
}

@media screen and (min-width: 991px) {
  .content-room .ttlCom01 {
    margin-bottom: 90px;
  }
}

.box-md-room {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .box-md-room {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
}

.box-md-room .item-md {
  width: calc(100%/2 - 29px);
  margin-right: 58px;
}

.box-md-room .item-md:nth-child(2) {
  margin-right: 0;
}

@media screen and (max-width: 990px) {
  .box-md-room .item-md {
    width: calc(100%/2 - 15px);
    margin-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .box-md-room .item-md {
    width: 100%;
    margin-right: 0;
  }
}

.box-md-room .box-left {
  background: #fff;
  padding: 64px 90px 77px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1500px) {
  .box-md-room .box-left {
    padding: 30px;
  }
}

@media screen and (max-width: 990px) {
  .box-md-room .box-left {
    padding: 15px;
  }
}

.box-md-room .box-left .box-center {
  width: 100%;
}

.box-md-room .box-left dl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px dashed #BD9B6A;
}

.box-md-room .box-left dl:last-child {
  border-bottom: 0;
}

.box-md-room .box-left dl:nth-child(2) dt, .box-md-room .box-left dl:nth-child(2) dd {
  padding-bottom: 33px;
}

.box-md-room .box-left dl dt, .box-md-room .box-left dl dd {
  font-weight: bold;
  letter-spacing: 3px;
  color: #030303;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 1500px) {
  .box-md-room .box-left dl dt, .box-md-room .box-left dl dd {
    letter-spacing: 0px;
    font-size: 15px;
    font-size: 1.5rem;
    padding: 21px 10px !important;
  }
}

@media screen and (max-width: 990px) {
  .box-md-room .box-left dl dt, .box-md-room .box-left dl dd {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 18px 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .box-md-room .box-left dl dt, .box-md-room .box-left dl dd {
    padding: 12px 10px !important;
  }
}

.box-md-room .box-left dl dt {
  width: 34%;
  padding: 32px 20px 24px 41px;
  border-right: 1px solid #BD9B6A;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .box-md-room .box-left dl dt {
    padding-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .box-md-room .box-left dl dt {
    width: 42%;
  }
}

.box-md-room .box-left dl dd {
  width: 66%;
  padding: 32px 30px 24px 63px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .box-md-room .box-left dl dd {
    padding-left: 40px;
  }
}

@media screen and (max-width: 767px) {
  .box-md-room .box-left dl dd {
    width: 58%;
  }
}

.box-md-room .box-right {
  border: 13px solid #fff;
}

@media screen and (max-width: 990px) {
  .box-md-room .box-right {
    border-width: 8px;
  }
}

@media screen and (max-width: 767px) {
  .box-md-room .box-right {
    border-width: 4px;
    margin-bottom: 20px;
  }
}

.box-md-room .box-right img {
  width: 100%;
}

.content-amenity {
  background: #F5F5F5;
  padding: 73px 0 70px;
}

@media screen and (max-width: 990px) {
  .content-amenity {
    padding: 50px 0 15px;
  }
}

@media screen and (min-width: 991px) {
  .content-amenity .ttlCom01 {
    margin-bottom: 82px;
  }
}

.list-amenity {
  margin: 0 -39px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 800px) {
  .list-amenity {
    margin: 0 -15px;
  }
}

@media screen and (max-width: 767px) {
  .list-amenity {
    margin: 0;
  }
}

.list-amenity .item {
  width: 33.333%;
  padding: 0 39px;
  margin-bottom: 50px;
}

@media screen and (max-width: 990px) {
  .list-amenity .item {
    text-align: center;
  }
}

@media screen and (max-width: 800px) {
  .list-amenity .item {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 35px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .list-amenity .item {
    width: calc(50% - 10px);
    padding: 0;
    margin-right: 20px;
  }
  .list-amenity .item:nth-child(even) {
    margin-right: 0;
  }
}

.list-amenity .item .box-nity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}

@media screen and (max-width: 990px) {
  .list-amenity .item .box-nity {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 12px;
  }
}

.list-amenity .item .box-nity .img {
  width: 85px;
}

@media screen and (max-width: 990px) {
  .list-amenity .item .box-nity .img {
    width: 100%;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 990px) {
  .list-amenity .item .box-nity .img img {
    width: 85px;
  }
}

.list-amenity .item .box-nity .ttl {
  width: calc(100% - 85px);
  padding-left: 19px;
  font-weight: bold;
  color: #030303;
  letter-spacing: 3.5px;
  line-height: 1.5;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 990px) {
  .list-amenity .item .box-nity .ttl {
    letter-spacing: 0px;
    width: 100%;
    padding-left: 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.list-amenity .item p {
  font-weight: 500;
  line-height: 2;
  font-size: 15px;
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .list-amenity .item p {
    line-height: 1.5;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.sec-booking {
  padding-bottom: 68px;
  padding-bottom: 0;
}

.sec-booking .inner {
     display: block;
     background: #AD9340;
     padding: 60px 0;
}


@media screen and (max-width: 767px) {
  .sec-booking {
    padding-bottom: 50px;
  }
  .sec-booking .inner {
     padding: 30px 0;
}

}

.sec-booking .tll-booking {
  margin-bottom: 15px;
  text-align: center;
  color: #fff;
  letter-spacing: 4px;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .sec-booking .tll-booking {
    letter-spacing: 0;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.loopSliderWrap {
  top: 0;
  left: 0;
  height: 347px;
  overflow: hidden;
  position: absolute;
}

@media screen and (max-width: 990px) {
  .loopSliderWrap {
    height: 200px;
  }
}

.loopSlider {
  margin: 0 auto 65px;
  max-width: 100%;
  height: 347px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 990px) {
  .loopSlider {
    height: 200px;
    margin-bottom: 30px;
  }
}

.loopSlider ul {
  height: 347px;
  float: left;
  overflow: hidden;
}

@media screen and (max-width: 990px) {
  .loopSlider ul {
    height: 200px;
  }
}

.loopSlider ul li {
  width: 521px;
  height: 347px;
  float: left;
  display: inline;
  overflow: hidden;
}

@media screen and (max-width: 990px) {
  .loopSlider ul li {
    height: 200px;
    width: 278px;
  }
}

/* ------------------------------
   CLEARFIX ELEMENTS
------------------------------ */
.loopSliderWrap:before,
.loopSliderWrap:after,
.loopSlider ul:before,
.loopSlider ul:after {
  content: " ";
  display: table;
}

.loopSliderWrap:after,
.loopSlider ul:after {
  clear: both;
}

.loopSliderWrap,
.loopSlider ul {
  *zoom: 1;
}

.sec-topics-main {
  padding-bottom: 105px;
}

@media screen and (max-width: 767px) {
  .sec-topics-main {
    padding-bottom: 50px;
  }
}

.list-topics .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 90px;
}

.list-topics .item:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 1000px) {
  .list-topics .item {
    margin-bottom: 50px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.list-topics .item .img {
  width: 48.87%;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .list-topics .item .img {
    width: 50%;
  }
}

@media screen and (max-width: 1000px) {
  .list-topics .item .img {
    width: 100%;
  }
}

.list-topics .item .box-info {
  width: calc(100% - 48.87% + 85px);
  min-height: 430px;
  margin-left: -85px;
  margin-top: 38px;
  padding-left: 144px;
  padding-right: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  background: #F1F1F1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .list-topics .item .box-info {
    height: 430px;
  }
}*/

@media screen and (max-width: 1200px) {
  .list-topics .item .box-info {
    padding-left: 55px;
    padding-right: 35px;
    margin-left: -40px;
    width: calc(100% - 50% + 40px);
  }
}

@media screen and (max-width: 1000px) {
  .list-topics .item .box-info {
    width: 100%;
    min-height: auto;
    margin: 0;
    padding: 20px 15px;
    display: block;
  }
}

.list-topics .item .box-info .wp-inner {
  width: 100%;
  /*margin-top: -25px;*/
}

@media screen and (max-width: 1200px) {
  .list-topics .item .box-info .wp-inner {
    margin-top: 0;
  }
}

/*.list-topics .item .box-info .wp-inner .heading {
  padding-right: 27px;
}

@media screen and (max-width: 1200px) {
  .list-topics .item .box-info .wp-inner .heading {
    padding-right: 0;
  }
}*/

.list-topics .item .box-info .wp-inner .ttl-info {
  font-family: "Þâ¥´¥·¥Ã¥¯ÂÎ", YuGothic, "Þâ¥´¥·¥Ã¥¯ Medium", "Yu Gothic Medium", "Þâ¥´¥·¥Ã¥¯", "Yu Gothic", "¥á¥¤¥?ª", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  color: #030303;
  padding: 0 17px 20px 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(3, 3, 3, 0.3);
  position: relative;
  letter-spacing: 3.5px;
}

@media screen and (max-width: 767px) {
  .list-topics .item .box-info .wp-inner .ttl-info {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 15px;
    padding: 0 0 15px;
  }
}

.list-topics .item .box-info .wp-inner .ttl-info .date {
  position: absolute;
  bottom: 0;
  right: 0;
  font-family: "Þâ¥´¥·¥Ã¥¯ÂÎ", YuGothic, "Þâ¥´¥·¥Ã¥¯ Medium", "Yu Gothic Medium", "Þâ¥´¥·¥Ã¥¯", "Yu Gothic", "¥á¥¤¥?ª", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #000;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .list-topics .item .box-info .wp-inner .ttl-info .date {
    font-size: 13px;
    font-size: 1.3rem;
    right: 5px;
  }
}

.list-topics .item .box-info .wp-inner .txt-des {
  font-family: "Þâ¥´¥·¥Ã¥¯ÂÎ", YuGothic, "Þâ¥´¥·¥Ã¥¯ Medium", "Yu Gothic Medium", "Þâ¥´¥·¥Ã¥¯", "Yu Gothic", "¥á¥¤¥?ª", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #000;
  line-height: 1.8;
  padding: 0 20px;
  /*max-height: 270px;*/
  overflow-y: auto;
  letter-spacing: -0.5px;
}

@media screen and (max-width: 1200px) {
  .list-topics .item .box-info .wp-inner .txt-des {
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .list-topics .item .box-info .wp-inner .txt-des {
    font-size: 13px;
    font-size: 1.3rem;
    padding-left: 0;
    max-height: none;
  }
}

.list-topics .item .box-info .wp-inner .btnCom01 {
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .list-topics .item .box-info .wp-inner .btnCom01 {
    margin-top: 15px;
  }
}

.list-topics .item .box-info .wp-inner .btnCom01 a {
  margin-left: 21px;
}

@media screen and (max-width: 767px) {
  .list-topics .item .box-info .wp-inner .btnCom01 a {
    margin: 0 auto;
  }
}

.list-topics .item .box-info .wp-inner ul {
     display: block;
     width: 100%;
    margin: 10px auto;
    padding: 20px 20px;
    border-top: solid 1px #dcdcdc;
}
.list-topics .item .box-info .wp-inner ul.last {
     border-bottom: solid 1px #dcdcdc;
}

.list-topics .item .box-info .wp-inner ul li {
  font-family: "Þâ¥´¥·¥Ã¥¯ÂÎ", YuGothic, "Þâ¥´¥·¥Ã¥¯ Medium", "Yu Gothic Medium", "Þâ¥´¥·¥Ã¥¯", "Yu Gothic", "¥á¥¤¥?ª", sans-serif;
  font-size: 14px;
    font-size: 1.4rem;
  font-weight: 400;
  color: #000;
  line-height: 1.5;
  list-style: square;
}
.list-topics .item .box-info .wp-inner ul li.tit {
    font-weight: bold;
    list-style: none;
    padding-bottom: 5px;
}

@media screen and (max-width: 767px) {
.list-topics .item .box-info .wp-inner ul {
     display: block;
     width: 100%;
    margin: 10px auto;
    padding: 10px 10px 10px 15px;
}
 .list-topics .item .box-info .wp-inner ul li {
    font-size: 13px;
    font-size: 1.3rem;
  }
}


.sec-access-main {
  padding-top: 36px;
  padding-bottom: 165px;
}

@media screen and (max-width: 767px) {
  .sec-access-main {
    padding-top: 0;
    padding-bottom: 50px;
  }
}

.box-access {
  margin-bottom: 118px;
}

@media screen and (max-width: 767px) {
  .box-access {
    margin-bottom: 50px;
  }
}

.box-access:last-of-type {
  margin-bottom: 0;
}

.box-access .ttl-access {
  font-family: "Þâ¥´¥·¥Ã¥¯ÂÎ", YuGothic, "Þâ¥´¥·¥Ã¥¯ Medium", "Yu Gothic Medium", "Þâ¥´¥·¥Ã¥¯", "Yu Gothic", "¥á¥¤¥?ª", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  padding-bottom: 46px;
  margin-bottom: 37px;
  position: relative;
  letter-spacing: 4px;
}

@media screen and (max-width: 767px) {
  .box-access .ttl-access {
    font-size: 18px;
    font-size: 1.8rem;
    padding-bottom: 15px;
    margin-bottom: 30px;
    letter-spacing: 2px;
  }
}

.box-access .ttl-access:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.3)), color-stop(50%, black), to(rgba(0, 0, 0, 0.3)));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, black 50%, rgba(0, 0, 0, 0.3) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, black 50%, rgba(0, 0, 0, 0.3) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}

.box-access .ttl-access.style02 {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .box-access .ttl-access.style02 {
    margin-bottom: 30px;
  }
}

.box-access .box-content .address {
  font-family: "Þâ¥´¥·¥Ã¥¯ÂÎ", YuGothic, "Þâ¥´¥·¥Ã¥¯ Medium", "Yu Gothic Medium", "Þâ¥´¥·¥Ã¥¯", "Yu Gothic", "¥á¥¤¥?ª", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  font-weight: 500;
  text-align: center;
  margin-bottom: 42px;
}

@media screen and (max-width: 767px) {
  .box-access .box-content .address {
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 20px;
  }
}

.box-access .box-content .list-btn-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .box-access .box-content .list-btn-control {
    margin-bottom: 30px;
  }
}

.box-access .box-content .list-btn-control .btn-control {
  width: 340px;
  margin-right: 32px;
}

@media screen and (max-width: 767px) {
  .box-access .box-content .list-btn-control .btn-control {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.box-access .box-content .list-btn-control .btn-control:last-of-type {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .box-access .box-content .list-btn-control .btn-control:last-of-type {
    margin-bottom: 0;
  }
}

.box-access .box-content .list-btn-control .btn-control img {
  margin-right: 7px;
}

.box-access .box-content .list-btn-control .btn-control a {
  max-width: 100%;
  height: 62px;
}

@media screen and (max-width: 767px) {
  .box-access .box-content .list-btn-control .btn-control a {
    height: 45px;
    max-width: 250px;
  }
}

.box-access .box-content .list-btn-control .btn-control.btn-yellow a {
  background: #AD933F;
}

.box-access .box-content .list-btn-control .btn-control.btn-yellow:hover .btn-more {
  -webkit-animation: hover-in .3s forwards alternate, hover-out .3s .3s forwards alternate;
          animation: hover-in .3s forwards alternate, hover-out .3s .3s forwards alternate;
}

.box-access .box-content .box-map iframe {
  width: 100%;
  height: 793px;
}

@media screen and (max-width: 767px) {
  .box-access .box-content .box-map iframe {
    height: 250px;
  }
}

.box-access .box-content .list-direction-access {
  max-width: 860px;
  margin: 0 auto;
  background: #F5F5F5;
  padding: 0 30px;
}

@media screen and (max-width: 767px) {
  .box-access .box-content .list-direction-access {
    padding: 0;
  }
}

.box-access .box-content .list-direction-access dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 45px 100px 50px 94px;
  border-bottom: 1px dashed rgba(3, 3, 3, 0.3);
}

@media screen and (max-width: 990px) {
  .box-access .box-content .list-direction-access dl {
    padding: 45px 40px 50px 40px;
  }
}

@media screen and (max-width: 767px) {
  .box-access .box-content .list-direction-access dl {
    padding: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.box-access .box-content .list-direction-access dl:first-of-type {
  padding-top: 55px;
  padding-bottom: 55px;
}

@media screen and (max-width: 767px) {
  .box-access .box-content .list-direction-access dl:first-of-type {
    padding: 15px;
  }
}

.box-access .box-content .list-direction-access dl:last-of-type {
  border-bottom: none;
  padding-bottom: 45px;
}

@media screen and (max-width: 767px) {
  .box-access .box-content .list-direction-access dl:last-of-type {
    padding-bottom: 15px;
  }
}

.box-access .box-content .list-direction-access dl dt {
  width: 180px;
}

@media screen and (max-width: 767px) {
  .box-access .box-content .list-direction-access dl dt {
    width: 100%;
  }
}

.box-access .box-content .list-direction-access dl dt span {
  display: block;
  max-width: 180px;
  font-family: "Þâ¥´¥·¥Ã¥¯ÂÎ", YuGothic, "Þâ¥´¥·¥Ã¥¯ Medium", "Yu Gothic Medium", "Þâ¥´¥·¥Ã¥¯", "Yu Gothic", "¥á¥¤¥?ª", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  background: rgba(3, 3, 3, 0.8);
  padding: 8px 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .box-access .box-content .list-direction-access dl dt span {
    padding-top: 10px;
    padding-bottom: 6px;
  }
}

@media screen and (max-width: 767px) {
  .box-access .box-content .list-direction-access dl dt span {
    margin: 0 auto;
  }
}

.box-access .box-content .list-direction-access dl dd {
  width: calc(100% - 180px);
  padding-left: 35px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8;
  font-weight: 500;
  padding-top: 3px;
  letter-spacing: -0.5px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .box-access .box-content .list-direction-access dl dd {
    padding-top: 6px;
  }
}

@media screen and (max-width: 767px) {
  .box-access .box-content .list-direction-access dl dd {
    width: 100%;
    letter-spacing: 0;
    line-height: 2;
    font-size: 13px;
    font-size: 1.3rem;
    padding-left: 0;
    padding-top: 15px;
  }
}

.box-access .box-content .list-direction-access dl dd p {
  margin-bottom: 25px;
  position: relative;
  padding-left: 7px;
}

@media screen and (max-width: 767px) {
  .box-access .box-content .list-direction-access dl dd p {
    margin-bottom: 15px;
    padding-left: 10px;
  }
}

.box-access .box-content .list-direction-access dl dd p:last-child {
  margin-bottom: 0;
}

.box-access .box-content .list-direction-access dl dd p:before {
  content: '¡¦';
  display: block;
  position: absolute;
  top: -4px;
  left: -7px;
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .box-access .box-content .list-direction-access dl dd p:before {
    top: -8px;
  }
}

.main-visual-page-02 {
  position: relative;
  padding-bottom: 73px;
  margin-bottom: 104px;
}

.main-visual-page-02:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 79%;
  height: calc(100% - 73px);
  background: #4c4c4c;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .main-visual-page-02:after {
    height: calc(100% - 40px);
  }
}

.main-visual-page-02 .inner, .main-visual-page-02 .inner-1470 {
  position: relative;
}

@media (max-width: 1600px) {
  .main-visual-page-02 .inner, .main-visual-page-02 .inner-1470 {
    padding-right: 73px;
  }
}

@media screen and (max-width: 767px) {
  .main-visual-page-02 .inner, .main-visual-page-02 .inner-1470 {
    padding-right: 40px;
  }
}

@media screen and (max-width: 321px) {
  .main-visual-page-02 .inner, .main-visual-page-02 .inner-1470 {
    padding-right: 20px;
  }
}

.main-visual-page-02 .inner img, .main-visual-page-02 .inner-1470 img {
  position: relative;
  z-index: 1;
}

.main-visual-page-02 .inner .ttl_type01, .main-visual-page-02 .inner-1470 .ttl_type01 {
  position: absolute;
  right: 70px;
  top: 52%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}

@media (max-width: 1600px) {
  .main-visual-page-02 .inner .ttl_type01, .main-visual-page-02 .inner-1470 .ttl_type01 {
    right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .main-visual-page-02 .inner .ttl_type01, .main-visual-page-02 .inner-1470 .ttl_type01 {
    right: 10px;
  }
}

.main-visual-page-02 .inner .ttl_mv, .main-visual-page-02 .inner-1470 .ttl_mv {
  position: absolute;
  right: 70px;
  top: 52%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  line-height: 1.625;
  color: #fff;
  max-width: 466px;
}

.main-visual-page-02 .inner .ttl_mv:after, .main-visual-page-02 .inner-1470 .ttl_mv:after {
  content: "";
  display: block;
  clear: both;
}

.main-visual-page-02 .inner .ttl_mv img, .main-visual-page-02 .inner-1470 .ttl_mv img {
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .main-visual-page-02 .inner .ttl_mv img, .main-visual-page-02 .inner-1470 .ttl_mv img {
    max-width: 150px;
    float: right;
  }
}

.main-visual-page-02 .inner .ttl_mv span, .main-visual-page-02 .inner-1470 .ttl_mv span {
  font-size: 80px;
  line-height: 0.4;
  font-weight: bold;
  font-family: "Barlow", sans-serif;
  width: 100%;
  text-align: right;
  display: block;
  margin-bottom: 14px;
  letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
  .main-visual-page-02 .inner .ttl_mv span, .main-visual-page-02 .inner-1470 .ttl_mv span {
    font-size: 40px;
    font-size: 4rem;
    line-height: 1;
  }
}

@media screen and (max-width: 321px) {
  .main-visual-page-02 .inner .ttl_mv span, .main-visual-page-02 .inner-1470 .ttl_mv span {
    font-size: 30px;
    font-size: 3rem;
    line-height: .8;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 767px) {
  .main-visual-page-02 .inner .ttl_mv p, .main-visual-page-02 .inner-1470 .ttl_mv p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.main-visual-page-02 .inner .ttl_mv.style02, .main-visual-page-02 .inner-1470 .ttl_mv.style02 {
  max-width: 520px;
}

@media screen and (max-width: 767px) {
  .main-visual-page-02 .inner .ttl_mv.style02, .main-visual-page-02 .inner-1470 .ttl_mv.style02 {
    max-width: 260px;
  }
}

.main-visual-page-02 .inner .ttl_mv.style02 p, .main-visual-page-02 .inner-1470 .ttl_mv.style02 p {
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  .main-visual-page-02 .inner .ttl_mv.style02 p, .main-visual-page-02 .inner-1470 .ttl_mv.style02 p {
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .main-visual-page-02 .inner .ttl_mv, .main-visual-page-02 .inner-1470 .ttl_mv {
    max-width: 280px;
    right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (max-width: 321px) {
  .main-visual-page-02 .inner .ttl_mv, .main-visual-page-02 .inner-1470 .ttl_mv {
    right: 25px;
    max-width: 250px;
  }
  .main-visual-page-02 .inner .ttl_mv img, .main-visual-page-02 .inner-1470 .ttl_mv img {
    max-width: 130px;
  }
}

@media screen and (max-width: 767px) {
  .main-visual-page-02 {
    padding-bottom: 40px;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 321px) {
  .main-visual-page-02 {
    padding-bottom: 20px;
  }
}

.ttl_type01 {
  color: #fff;
  font-family: "Barlow", sans-serif;
}

@media screen and (max-width: 767px) {
  .ttl_type01 {
    text-align: right;
    padding: 0px 20px;
    max-width: 450px;
  }
}

.ttl_type01 .txt {
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  margin-top: -18px;
}

@media screen and (max-width: 767px) {
  .ttl_type01 .txt {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 0;
  }
}

.ttl_type01 .en {
  font-size: 80px;
  line-height: 0.4;
  font-weight: bold;
}

@media screen and (max-width: 990px) {
  .ttl_type01 .en {
    font-size: 60px;
    font-size: 6rem;
  }
}

@media screen and (max-width: 767px) {
  .ttl_type01 .en {
    font-size: 30px;
    font-size: 3rem;
  }
}

.ttl_type01 .en .font-beyond {
  font-size: 100px;
  line-height: 0.32;
  line-height: 1;
  font-family: "Beyond";
  display: inline-block;
  margin-right: 17px;
  position: relative;
  bottom: -10px;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .ttl_type01 .en .font-beyond {
    font-size: 40px;
    font-size: 4rem;
  }
}

.ttl_type02 {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 35px;
  letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
  .ttl_type02 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 20px;
    letter-spacing: 0;
  }
}

.ttl_type03 {
  text-align: center;
  font-size: 40px;
  line-height: 1.25;
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  margin-bottom: 42px;
  letter-spacing: 3px;
}

@media screen and (max-width: 767px) {
  .ttl_type03 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.5;
    letter-spacing: 0;
    margin-bottom: 20px;
  }
}

.ttl_type04 {
  color: #ae933f;
  font-size: 13px;
  line-height: 2.38462;
  text-align: center;
  margin-bottom: 41px;
  letter-spacing: -1px;
}

@media screen and (max-width: 767px) {
  .ttl_type04 {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
}

.ttl_type04 span {
  display: inline-block;
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5;
  min-width: 390px;
  position: relative;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .ttl_type04 span {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: .5;
    margin-bottom: 10px;
    min-width: 280px;
  }
}

.ttl_type04 span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #ae933f;
}

.ttl_type04 span b {
  display: inline-block;
  padding: 0 10px;
  position: relative;
  background: #f5f5f5;
}

@media screen and (max-width: 767px) {
  .ttl_type04 {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 20px;
  }
}

.btn_type01 {
  display: inline-block;
  min-width: 163px;
  padding: 10px;
  background: #000000;
  color: #f5f5f5;
  text-align: center;
  font-size: 14px;
  line-height: 1.14286;
  position: relative;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .btn_type01 {
    padding: 13px 10px 7px 10px;
  }
}

.btn_type01:after {
  content: "\f054";
  position: absolute;
  width: 21px;
  top: 0;
  right: -21px;
  height: 36px;
  color: #fff;
  background: #ae933f;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font: normal normal normal 10px/1 FontAwesome;
}

@media screen and (max-width: 767px) {
  .btn_type01:after {
    height: 33px;
  }
}

@media screen and (max-width: 767px) {
  .btn_type01 {
    font-size: 12px;
    font-size: 1.2rem;
    left: 1.5px;
  }
}

.txtBase {
  font-size: 16px;
  line-height: 1.875;
}

@media screen and (max-width: 767px) {
  .txtBase {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.head-page {
  padding-bottom: 79px;
}

.head-page .txtBase {
  text-align: center;
  letter-spacing: -1px;
}

@media screen and (max-width: 767px) {
  .head-page {
    padding-bottom: 50px;
  }
}

.list-in-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 56px;
}

@media screen and (max-width: 767px) {
  .list-in-page {
    margin-bottom: 30px;
  }
}

.list-in-page li a {
  display: inline-block;
  min-width: 135px;
  padding: 9px 10px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 1.66667;
  border-right: solid 1px #fff;
  background: #d5d5d5;
  cursor: pointer;
}

.list-in-page li a:hover {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .list-in-page li a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    min-width: 100px;
  }
}

.list-in-page li.active a {
  background: #000000;
}

.wrap-tab .box-tab {
  display: none;
}

.wrap-tab .box-tab.on {
  display: block;
}

.list-floor {
  margin-bottom: 46px;
}

@media screen and (max-width: 767px) {
  .list-floor {
    margin-bottom: 50px;
  }
}

.list-floor .item {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .list-floor .item {
    margin-bottom: 30px;
  }
}

.list-floor .item:last-child {
  margin-bottom: 0;
}

.list-floor .item img {
  display: block;
  width: 100%;
  margin-bottom: 23px;
}

.list-floor .item .ttl {
  font-size: 16px;
  line-height: 2.25;
  font-weight: bold;
  padding: 0 10px;
  letter-spacing: -1px;
}

@media screen and (max-width: 767px) {
  .list-floor .item .ttl {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.list-floor .item p {
  font-size: 14px;
  line-height: 1.42857;
  padding: 0 10px;
  letter-spacing: -1px;
}

@media screen and (max-width: 767px) {
  .list-floor .item p {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5;
  }
}

.list-floor .item .btn_type01 {
  margin-left: 10px;
  margin-top: 14px;
}

.sec-floor {
  padding: 73px 0 117px;
  background: #f5f5f5;
}

@media screen and (max-width: 767px) {
  .sec-floor {
    padding: 50px 0;
  }
}

.sec-floor .inner, .sec-floor .inner-1470 {
  max-width: 1230px;
}

.box-room {
  border: solid 1px #ae933f;
  padding: 47px 78px 58px;
}

@media screen and (max-width: 990px) {
  .box-room {
    padding: 30px;
  }
}

.box-room:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .box-room {
    padding: 15px;
  }
}

.box-room .ttl2 {
  text-align: center;
  font-size: 16px;
  line-height: 2.25;
  font-weight: bold;
  color: #ae933f;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .box-room .ttl2 {
    margin-bottom: 20px;
  }
}

.list-room {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -25px;
  margin-right: -25px;
  margin-bottom: -58px;
}

@media screen and (max-width: 990px) {
  .list-room {
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media screen and (max-width: 767px) {
  .list-room {
    margin: 0 0 -30px 0;
  }
}

.list-room .item {
  width: 33.33%;
  padding: 0 25px;
  margin-bottom: 58px;
}

@media screen and (max-width: 990px) {
  .list-room .item {
    padding: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .list-room .item {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
}

.list-room .item > * {
  color: #000;
  display: block;
}

@media screen and (max-width: 767px) {
  .list-room .item > *:hover {
    opacity: 1;
  }
}

.list-room .item img {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .list-room .item img {
    margin-bottom: 10px;
  }
}

.list-room .item .ttl {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.875;
  padding: 0 8px;
  letter-spacing: -1px;
}

@media screen and (max-width: 767px) {
  .list-room .item .ttl {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 0;
  }
}

.list-room .item p {
  font-size: 14px;
  line-height: 2;
  padding: 0 8px;
  letter-spacing: -1px;
}

@media screen and (max-width: 767px) {
  .list-room .item p {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 0;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .page-facilities_index .ttl_type04 {
    padding-top: 20px;
  }
}

.ttl_type05 {
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  text-align: center;
  font-size: 40px;
  line-height: 0.9;
  position: relative;
  padding-bottom: 24px;
  margin-bottom: 42px;
}

.ttl_type05:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background: #3f3f3f;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.ttl_type05 span {
  font-family: "Þâ¥´¥·¥Ã¥¯ÂÎ", YuGothic, "Þâ¥´¥·¥Ã¥¯ Medium", "Yu Gothic Medium", "Þâ¥´¥·¥Ã¥¯", "Yu Gothic", "¥á¥¤¥?ª", sans-serif;
  font-size: 12px;
  line-height: 3;
  display: block;
  margin-top: 7px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .ttl_type05 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .ttl_type05 span {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

.txt-des01 {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 45px;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 767px) {
  .txt-des01 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 20px;
  }
}

.head-concept {
  max-width: 540px;
  margin: 0 auto;
}

.head-concept .txtBase {
  margin-bottom: 75px;
  letter-spacing: -2px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .head-concept .txtBase {
    margin-bottom: 30px;
    letter-spacing: 0;
  }
}

.head-concept .txtBase .txt_note {
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
}

.list-img-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -35px;
  margin-right: -35px;
  margin-bottom: 116px;
  max-width: 1540px;
}

@media only screen and (max-width: 1500px) {
  .list-img-01 {
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media screen and (max-width: 1200px) {
  .list-img-01 {
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media screen and (max-width: 767px) {
  .list-img-01 {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 50px;
  }
}

.list-img-01 .item {
  width: 33.33%;
  padding: 0 35px;
}

@media only screen and (max-width: 1500px) {
  .list-img-01 .item {
    padding: 0 20px;
  }
}

@media screen and (max-width: 1200px) {
  .list-img-01 .item {
    padding: 0 10px;
  }
}

@media screen and (max-width: 990px) {
  .list-img-01 .item {
    padding: 0 5px;
  }
}

@media screen and (max-width: 767px) {
  .list-img-01 .item {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
  .list-img-01 .item:last-child {
    margin-bottom: 0;
  }
}

.list-img-01 .item > * {
  display: block;
  color: #000;
}

.list-img-01 .item .img {
  position: relative;
  margin-bottom: 27px;
}

@media screen and (max-width: 767px) {
  .list-img-01 .item .img {
    margin-bottom: 10px;
  }
}

.list-img-01 .item .img .txt {
  position: absolute;
  top: 15px;
  left: 19px;
  z-index: 2;
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  color: #fff;
  font-size: 40px;
  line-height: 0.9;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  letter-spacing: 2px;
}

.list-img-01 .item .img .txt .txt-yellow {
  color: #ad933f;
}

@media only screen and (max-width: 1500px) {
  .list-img-01 .item .img .txt {
    font-size: 30px;
    font-size: 3rem;
  }
}

@media screen and (max-width: 1200px) {
  .list-img-01 .item .img .txt {
    font-size: 23px;
    font-size: 2.3rem;
  }
}

@media screen and (max-width: 990px) {
  .list-img-01 .item .img .txt {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .list-img-01 .item .img .txt {
    line-height: 1.5;
    left: 10px;
    top: 10px;
  }
}

.list-img-01 .item .img .txt small {
  color: #ad933f;
}

.list-img-01 .item .img img {
  display: block;
  width: 100%;
}

.list-img-01 .item .ttl {
  padding: 0 26px;
  font-size: 16px;
  line-height: 1.875;
}

.list-img-01 .item .ttl span {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 23px;
}

@media screen and (max-width: 767px) {
  .list-img-01 .item .ttl {
    padding: 0 10px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .list-img-01 .item .ttl span {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.list-img-01 .item .ttl.style02 p {
  padding: 0 18px;
}

.list-img-01 .item:nth-child(3n+2) {
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  .list-img-01 .item:nth-child(3n+2) {
    margin-top: 0;
  }
}

.list-img-01 .item:nth-child(3n+3) {
  margin-top: 3px;
}

@media screen and (max-width: 767px) {
  .list-img-01 .item:nth-child(3n+3) {
    margin-top: 0;
  }
}

.room-item.style02 .item .img:after {
  background: #e6dec5;
}

.slider-01 {
  margin-bottom: 113px;
}

@media screen and (max-width: 767px) {
  .slider-01 {
    margin-bottom: 50px;
  }
}

.slider-01 .slick-list {
  margin-left: -35px;
  margin-right: -35px;
}

.slider-01 .item {
  padding: 0 35px;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.slider-01 .item a {
  display: block;
}

.slider-01 .item img {
  display: block;
  width: 100%;
}

.slider-01 .control {
  display: inline-block;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -35px;
  background: url(../img/bath/ico-left.png) no-repeat;
  background-size: 100% 100%;
  z-index: 10;
}

.slider-01 .control.right {
  left: auto;
  right: -35px;
  background: url(../img/bath/ico-right.png) no-repeat;
  background-size: 100% 100%;
}

@media (max-width: 1600px) {
  .slider-01 .control {
    left: 0;
  }
  .slider-01 .control.right {
    right: 0;
  }
}

@media screen and (max-width: 990px) {
  .slider-01 .control {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .slider-01 .control {
    width: 40px;
    height: 40px;
  }
}

.table-01 {
  width: 100%;
}

.table-01 tr {
  border-bottom: solid 1px #eeeeee;
}

.table-01 tr:nth-child(1) {
  border-top: solid 1px #eee;
}

.table-01 tr td a {
  display: inline-block;
  color: #000000;
}

.table-01 tr td:nth-child(1) {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.8;
  padding: 48px 10px 40px;
  background: #f1f1f1;
  text-align: center;
  width: 280px;
}

@media screen and (max-width: 767px) {
  .table-01 tr td:nth-child(1) {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    width: 100px;
    padding: 10px;
  }
}

.table-01 tr td:nth-child(2) {
  font-size: 15px;
  line-height: 2;
  font-weight: 500;
  padding: 48px 56px;
  width: calc(100% - 280px);
  letter-spacing: -1px;
}

@media screen and (max-width: 767px) {
  .table-01 tr td:nth-child(2) {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5;
    width: calc(100% - 100px);
    padding: 10px;
    letter-spacing: 0;
  }
}

.table-01 tr td p {
  min-height: 80px;
}

.sec-bath {
  padding-bottom: 200px;
}

.sec-bath .inner, .sec-bath .inner-1470 {
  max-width: 1500px;
}

@media screen and (max-width: 767px) {
  .sec-bath {
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 768px) {
  a[href^=tel] {
    pointer-events: none;
  }
}

.wrap-head-concept {
  border: solid 1px #000;
  padding: 77px 20px 78px;
  background: url(../img/recruit/bg-01.png) repeat-y top left;
  margin-bottom: 115px;
}

@media screen and (max-width: 767px) {
  .wrap-head-concept {
    background-size: 30% auto;
  }
}

.wrap-head-concept .head-concept .txtBase {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .wrap-head-concept {
    margin-bottom: 50px;
    padding: 30px 20px;
  }
}

.inner-1575 {
  max-width: 1605px;
}

.sec-recruit {
  padding-bottom: 200px;
}

@media screen and (max-width: 767px) {
  .sec-recruit {
    padding-bottom: 50px;
  }
}

.inner-1470 {
  max-width: 1500px;
}

.sec-faq {
  margin-bottom: 245px;
}

@media screen and (max-width: 1200px) {
  .sec-faq {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .sec-faq {
    margin-bottom: 50px;
  }
}

.list-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
  letter-spacing: -1px;
  font-size: 15px;
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .list-tab {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.list-tab .item {
  width: 20%;
  cursor: pointer;
  border-right: 1px solid #fff;
  text-align: center;
  padding: 5px;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  background: #e2e2e2;
  min-height: 57px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1200px) {
  .list-tab .item {
    width: 33.33%;
    margin-bottom: 1px;
  }
}

@media screen and (max-width: 990px) {
  .list-tab .item {
    width: 50%;
  }
}

@media screen and (max-width: 640px) {
  .list-tab .item {
    width: 100%;
    min-height: auto;
    padding: 10px;
  }
}

.list-tab .item:last-child {
  border-right: none;
}

.list-tab .item:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}

.list-tab .item.active {
  background: #000000;
  color: #fff;
}

.box-faq {
  display: none;
}

.box-faq .item-faq {
  border: 2px solid #eeeeee;
  margin-bottom: 52px;
}

@media screen and (max-width: 767px) {
  .box-faq .item-faq {
    margin-bottom: 30px;
  }
}

.box-faq .item-faq:last-child {
  margin-bottom: 0;
}

.box-faq .item-faq .quest {
  padding: 48px 110px 37px 51px;
  position: relative;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  cursor: pointer;
}

@media screen and (max-width: 1200px) {
  .box-faq .item-faq .quest {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 30px 80px 30px 30px;
  }
}

@media screen and (max-width: 767px) {
  .box-faq .item-faq .quest {
    font-size: 17px;
    font-size: 1.7rem;
    padding: 20px 80px 20px 20px;
  }
}

.box-faq .item-faq .quest:before {
  position: absolute;
  content: '\f196';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #e2e2e2;
  right: 56px;
  top: 36px;
  font-size: 52px;
  font-size: 5.2rem;
}

@media screen and (max-width: 1200px) {
  .box-faq .item-faq .quest:before {
    top: 25px;
    right: 25px;
    font-size: 40px;
    font-size: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .box-faq .item-faq .quest:before {
    font-size: 30px;
    top: 15px;
    right: 15px;
  }
}

.box-faq .item-faq .answer {
  padding: 35px 20px 33px 49px;
  font-size: 15px;
  font-size: 1.5rem;
}

@media screen and (max-width: 1200px) {
  .box-faq .item-faq .answer {
    padding: 30px;
  }
}

@media screen and (max-width: 767px) {
  .box-faq .item-faq .answer {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 20px;
  }
}

.box-faq .item-faq.on .quest {
  border-bottom: 1px solid #f1f1f1;
}

.box-faq .item-faq.on .quest:before {
  content: '\f147';
}

.box-faq.active {
  display: block;
}

.page-sightseeing_index .main-visual-page-02 .inner .ttl_mv, .page-sightseeing_index .main-visual-page-02 .inner-1470 .ttl_mv {
  color: #d9d9d7;
}

.sec-sightseeing {
  margin-bottom: 194px;
}

@media screen and (max-width: 1200px) {
  .sec-sightseeing {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .sec-sightseeing {
    margin-bottom: 50px;
  }
}

.sec-sightseeing .inner-sightseeing {
  display: block;
  width: 100%;
  max-width: 1470px;
  margin: 0 auto;
}

.head-sightseeing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  margin-bottom: 120px;
  padding-bottom: 30px;
}

@media screen and (max-width: 1200px) {
  .head-sightseeing {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 990px) {
  .head-sightseeing {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .head-sightseeing {
    margin-bottom: 50px;
    padding-bottom: 20px;
  }
}

.head-sightseeing:before {
  position: absolute;
  content: '';
  background: #dbdbdb;
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  bottom: 0;
  top: 57.3%;
}

.head-sightseeing .content {
  width: 39%;
  padding: 4px 51px 0 0;
}

@media only screen and (max-width: 1450px) {
  .head-sightseeing .content {
    width: 45%;
  }
}

@media screen and (max-width: 1200px) {
  .head-sightseeing .content {
    padding: 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .head-sightseeing .content {
    width: 100%;
    margin-bottom: 20px;
  }
}

.head-sightseeing .content .ttl_type05 {
  letter-spacing: 2px;
}

.head-sightseeing .content .ttl_type05 span {
  letter-spacing: -0.6px;
}

.head-sightseeing .content .txt-des01 {
  letter-spacing: 1px;
}

.head-sightseeing .content .txtBase {
  letter-spacing: -1.2px;
  text-align: left;
  padding-left: 44px;
  font-weight: 500;
}

@media only screen and (max-width: 1270px) {
  .head-sightseeing .content .txtBase {
    padding-left: 0;
  }
}

@media screen and (max-width: 1200px) {
  .head-sightseeing .content .txtBase br {
    display: none;
  }
}

.head-sightseeing .img {
  width: 61%;
}

@media only screen and (max-width: 1450px) {
  .head-sightseeing .img {
    width: 55%;
  }
}

@media screen and (max-width: 767px) {
  .head-sightseeing .img {
    width: 100%;
  }
}

.ttl-sightseeing {
  font-family: "Barlow", sans-serif;
  font-size: 60px;
  font-size: 6rem;
  line-height: 1.0667;
  font-weight: bold;
  display: block;
  letter-spacing: 0.1px;
  margin-bottom: 25px;
}

@media screen and (max-width: 1200px) {
  .ttl-sightseeing {
    font-size: 50px;
    font-size: 5rem;
  }
}

@media screen and (max-width: 990px) {
  .ttl-sightseeing {
    font-size: 40px;
    font-size: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .ttl-sightseeing {
    font-size: 35px;
    font-size: 3.5rem;
  }
}

.box-sightseeing {
  margin-bottom: 151px;
}

@media screen and (max-width: 1200px) {
  .box-sightseeing {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .box-sightseeing {
    margin-bottom: 50px;
  }
}

.box-sightseeing:last-child {
  margin-bottom: 0;
}

.box-sightseeing .txt-basic .ttl {
  line-height: 1.75;
}

.box-sightseeing .room-item {
  margin-bottom: 120px;
}

@media screen and (max-width: 1200px) {
  .box-sightseeing .room-item {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 767px) {
  .box-sightseeing .room-item {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 1201px) {
  .box-sightseeing .room-item .item .txt-basic {
    padding: 0 30px 0 80px;
  }
}

@media only screen and (min-width: 1500px) {
  .box-sightseeing .room-item .item .txt-basic {
    padding: 0 57px 0 107px;
  }
}

@media screen and (min-width: 1201px) {
  .box-sightseeing .room-item .item.odd .txt-basic {
    padding: 0 80px 0 30px;
  }
}

@media only screen and (min-width: 1500px) {
  .box-sightseeing .room-item .item.odd .txt-basic {
    padding: 0 110px 0 51px;
  }
}

.box-sightseeing .list-img-01 {
  margin-bottom: 0 !important;
}

.box-sightseeing .list-img-01 .item .ttl {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.8;
  font-weight: bold;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 1px;
}

@media screen and (max-width: 1200px) {
  .box-sightseeing .list-img-01 .item .ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .box-sightseeing .list-img-01 .item .ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 768px) {
  .box-sightseeing .list-img-01 .item .img {
    margin-bottom: 22px;
  }
}

.box-sightseeing.grayish-red .ttl-sightseeing {
  color: #fad7da;
}

.box-sightseeing.grayish-red .room-item .item .img:after {
  background: #ed7b84;
  opacity: 0.3;
}

.box-sightseeing.grayish-cyan .ttl-sightseeing {
  color: #cfe8ef;
}

.box-sightseeing.grayish-cyan .room-item .item .img:after {
  background: #cfe8ef;
  opacity: 0.8;
}

.box-sightseeing.grayish-orange .ttl-sightseeing {
  color: #f5dbcb;
}

.box-sightseeing.grayish-orange .room-item .item .img:after {
  background: #f5dbcb;
}

.box-sightseeing.orange .ttl-sightseeing {
  color: #ffd166;
  opacity: 0.5;
}

.box-sightseeing.orange .room-item .item .img:after {
  background: #ffd166;
  opacity: 0.3;
}

.box-sightseeing.grayish-blue .ttl-sightseeing {
  color: #b8b8d1;
}

.box-sightseeing.grayish-blue .room-item .item .img:after {
  background: #b8b8d1;
  opacity: 0.3;
}

.sec_privacy {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.14;
  color: #000000;
  padding-bottom: 110px;
}

@media screen and (max-width: 767px) {
  .sec_privacy {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5;
    padding-bottom: 30px;
  }
}

.sec_privacy p, .sec_privacy .list_style01 {
  margin-bottom: 52px;
}

.sec_privacy p a, .sec_privacy .list_style01 a {
  color: inherit;
}

@media screen and (max-width: 767px) {
  .sec_privacy p, .sec_privacy .list_style01 {
    margin-bottom: 20px;
  }
}

.sec_privacy .list_style01 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sec_privacy .txt_contact {
  margin-bottom: 31px;
}

@media screen and (max-width: 767px) {
  .sec_privacy .txt_contact {
    margin-bottom: 10px;
  }
}

.sec_privacy .mb0 {
  margin-bottom: 0;
}

.sec_privacy .lb {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.8;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 11px;
  margin-bottom: 22px;
}

@media screen and (max-width: 767px) {
  .sec_privacy .lb {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 15px;
    padding-bottom: 5px;
  }
}

/*** 11.13ÄÉµ­ ***/

/*CSS¤Î¤ß¤Ç¤Çºî¤?¿¥Ö
---------------------------------------------------------------------------*/
/*tab¤ÎÁ´ÂÎÏÈ*/
.tab {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
  max-width: 1000px;
  background: #efefef;
  border: 2px solid #f0f0f0; }

/*input¤òÈóÉ½¼¨¤Ë¤¹¤?*/
.input {
  position: absolute;
  opacity: 0; }

/*tab¥Ü¥¿¥óÉôÊ¬*/
.tab-label {
  width: auto;/*100%*/
  padding: 20px 30px;
  background: #e5e5e5;
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  color: #7f7f7f;
margin-bottom: 0;
  transition: background 0.1s, color 0.1s;
  letter-spacing: 0.08rem;
 }

.tab-label:hover {
  background: #d8d8d8; }

.tab-label:active {
  background: #ccc; }

.input:checked + .tab-label {
  background: #fff;
  color: #000; }


.tab-panel {
  display: none;
  padding: 20px 30px 30px;
  background: #fff; 
   order: 99;
}


.input:checked + .tab-label + .tab-panel {
  display: block; }

@media screen and (max-width: 640px) {
.tab {
  width: 100%;
}
.tab-panel {
  padding: 20px 10px 20px;
}
.tab-label {
  width: 50%;
  padding: 20px 30px;
  background: #e5e5e5;
  cursor: pointer;
  font-weight: bold;
  font-size: 17px;
  color: #7f7f7f;
  text-align: center;
}
}

.u-mb-20 {
  margin: 0 0 20px 0; }

.content {
  max-width: 1000px;
  margin: 40px auto;
  padding: 10px; }

.sec-userules dl h2 {
   font-size: 1.7rem;
   padding: 5px 0;
   margin-bottom: 15px;
   border-bottom: 1px solid #dcdcdc;
   font-weight: bold;
   color: #3c3c3c;
}
@media screen and (max-width: 640px) {
   .sec-userules dl h2 {
   font-size: 1.6rem;
}
}

.sec-userules dl {
   font-size: 1.4rem;
}
.sec-userules dt{
  float: left;
  font-weight: bold;
}

.sec-userules dd{
  margin-left: 20px;
  padding-bottom: 10px;
}

.sec-userules .text_left {
   font-family: 'Noto Serif JP', serif;
   font-size: 14px;
   text-align: left;
   padding-top: 20px;
}

.sec-userules .text_center {
   font-family: 'Noto Serif JP', serif;
   font-size: 14px;
   font-weight: 500;
   text-align: center;
   margin: 30px auto;
}

.sec-userules .text_right {
   font-family: 'Noto Serif JP', serif;
   font-size: 14px;
   text-align: right;
}



.tbl-r05 {
    display: block;
    width: 100%;
    margin:  5px auto 0;
}

.tbl-r05 th {
  background: #999;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
}
.tbl-r05 tr {
   border: solid 1px #ccc;
}
.tbl-r05 td {
   background: #f0f0f0;
   border: solid 1px #ccc;
  padding: 10px;
}
.tbl-r05 td:first-child {
  background: #dcdcdc;
}

@media screen and (max-width: 640px) {
  .tbl-r05 th, .tbl-r05 td {
   text-align: center;
}
   .tbl-r05 th:first-child, .tbl-r05 td:first-child {
     font-size: 13px;
}
}



#page-top {
    position: fixed;
    bottom: 116px;
    right: 10px;
    z-index: 6100;
}

#page-top a {
    background-color: rgba(100,100,100,0.3);
    text-decoration: none;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 23px;
    text-align: center;
    display: block;
    
}
#page-top a:hover {
    text-decoration: none;
    background-color: rgba(100,100,100,0.6);
}

@media screen and (max-width: 767px) {
#page-top {
    position: fixed;
    bottom: 68px;
    right: 5px;
    z-index: 6100;
}

#page-top a {
    background-color: rgba(100,100,100,0.3);
    text-decoration: none;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    text-align: center;
    display: block;
    
}
}

/*** top reserved_btn ***/

.reserved_btn2 {
     position: relative;
     display: block;
     width: 90%;
     height: 60px;
     margin: 25px auto;
     background-color: #AD9246;
}

.reserved_btn2 a {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 60px;
}

.reserved_btn2:after {
  position: absolute;
  top: 0;
  right: 25px;
  font-family: FontAwesome;
  content: "\f0a9";
  color: #fff;
  line-height: 60px;
  font-size: 24px;
}

/**************topics***************/
.box-info a {
    display: block;
    font-weight: bold;
    color: #cc9900;
    font-size: 115%;
}
.box-info ul li a {
    display: inline;
    font-size: 100%;
}
.box-info a i {
    padding-right: 5px;
}