@charset "UTF-8";
/* Vendors - include bootrap
========================================================================== */
/* Helpers - helpers Variable file along with starting point Mixins and Placeholders.
========================================================================== */
/*
 * Variables
 */
@font-face {
  font-family: "Noto Serif Display";
  src: url("../webfonts/NotoSerifDisplay-Regular.eot");
  font-weight: normal;
  font-style: normal;
}

/*
 * Function
 */
/*
* mixins
*/
/*
 * Placeholders
 */
/* Base - reset and typography.
========================================================================== */
/*
 * reset
 */
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
.item_migi {
    float: right;
    
   
}
.bg_item01 {
/*    background-image: url(../images/item/fcot.png);
    background-repeat: no-repeat;
    background-position: right 0%;*/
   
}
.bg_item02 {
/*    background-image: url(../images/item/neo.png);
    background-repeat: no-repeat;
    background-position: right 0%;*/
   
}
.bg_item03 {
/*    background-image: url(../images/item/viru.png);
    background-repeat: no-repeat;
    background-position: right 0%;*/
   
}
.bg_item04 {
    background-image: url(../images/item/se.png);
    background-repeat: no-repeat;
    background-position: right 0%;
   
}







/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

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

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

button {
  background-color: transparent;
  outline: none;
  border: 0;
  cursor: pointer;
}

/*
 * Typography
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho",
    serif;
  font-weight: 700;
  color: #0e0e23;
  line-height: 1.8;
}

h1 {
  font-size: 1.2rem;
  font-weight: 500;
  color: #000000;
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 2rem;
}

.block-margins {
  margin: 1em 0;
}

.unordered-list {
  list-style-type: disc;
}

.ordered-list {
  list-style: decimal;
}

/* Components - Re-usable site elements.
========================================================================== */
a {
  color: #000000;
  text-decoration: none;
}
a:visited {
  color: #000000;
  text-decoration: none;
}
a:hover,
a:visited:hover {
  color: #fff;
  text-decoration: none;
}
a:focus {
  outline: none;
  text-decoration: none;
}

.italic {
  font-style: italic;
}

.bold {
  font-weight: 700;
}

.more {
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
}

.more-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 600;
  font-size: 1.6rem;
  color: #000 !important;
  line-height: 5.2rem;
  border: 1px solid #707070;
  background: transparent;
}
.more-btn::after {
  content: "";
  width: 0.6rem;
  height: 1rem;
  display: block;
  background-image: url("../images/arrow.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-left: 1.2rem;
}
.more-btn:hover {
  background: #fff;
}

.nav-bar-menu ul {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.nav-bar-menu ul li {
  padding: 0 3.5rem;
}
.nav-bar-menu ul li a {
  display: block;
  font-size: 1.6rem;
  line-height: 3rem;
  font-weight: 700;
  color: #000000;
  padding: 0;
  position: relative;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
}
.nav-bar-menu ul li a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
}
.nav-bar-menu ul li a:hover {
  color: #000;
}
.nav-bar-menu ul li a:hover::after {
  width: 100%;
}

.hamburger {
  display: none;
  width: 6.9rem;
  height: 4.6rem;
  background-image: url("../images/nav.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

@media (max-width: 768px) {
  .hamburger {
    display: block;
  }
  .nav-bar-menu {
    padding: 0;
    height: 102vh;
    width: 102vw;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1;
    overflow-x: hidden;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -webkit-transform: translateX(200%);
    -ms-transform: translateX(200%);
    transform: translateX(200%);
    overflow-y: scroll;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #000;
  }
  .nav-bar-menu.is_active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .nav-bar-menu ul {
    margin: 20rem 0 0;
    padding: 0 3.5rem;
    width: 100%;
    display: block;
  }
  .nav-bar-menu ul li {
    width: 100%;
    padding: 1.5rem 0;
  }
  .nav-bar-menu ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    line-height: 1.5;
    color: #fff;
    font-weight: 500;
    padding: 0 3rem;
    position: relative;
    font-size: 2.6rem;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
  }
  .nav-bar-menu ul li a::after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f054";
    margin-right: 3rem;
    background: none;
    position: static;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    background: transparent !important;
  }
}

.slider .slick-arrow {
  width: 2.2rem;
  height: 8.7rem;
  background-repeat: no-repeat;
  text-indent: -9999px;
  position: absolute;
  top: 30%;
  z-index: 9;
}

.slider .slick-prev {
  background-image: url("../images/arow-left.svg");
  background-size: 100% 100%;
  background-position: center;
  left: 20%;
}

.slider .slick-next {
  background-image: url("../images/arow-right.svg");
  background-size: 100% 100%;
  background-position: center;
  right: 20%;
}

@media (max-width: 768px) {
  .slider .slick-prev {
    left: 3.2rem;
  }
  .slider .slick-next {
    right: 3.2rem;
  }
}

/* Layout - Structure and layout files.
========================================================================== */
/* -------------- COMMON <<<-------------------- */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
}

body {
  background: #fff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho",
    serif;
  color: #000000;
  font-size: 1.6rem;
     line-height: 1.8;
  /*line-height: 2.1875;*/
  overflow-x: hidden;
  font-weight: 400;
  letter-spacing: 0;
  width: 100%;
}
body.is_active {
  height: 100vh;
  overflow: hidden;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
body.is_active::after {
  content: "";
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.33);
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 99;
}

hr {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #000 -moz-use-text-color -moz-use-text-color;
  -o-border-image: none;
  border-image: none;
  border-style: solid none none;
  border-width: 0.2em 0 0 0;
  margin: 0;
}

.container {
  width: 100%;
  max-width: 143rem;
  padding: 0 1.5rem;
  margin: 0 auto;
}

p {
  margin-bottom: 1.5rem;
}

input:focus {
  outline: none;
}

a > img {
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
a > img:hover {
  opacity: 0.7;
}

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

.thumb-box a {
  display: block;
}

.thumb-box img {
  width: 100%;
  height: auto;
}

.img-cover figure {
  display: block;
  width: 100%;
  height: 100%;
}

.img-cover img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.thumb-over figure {
  display: block;
  position: relative;
  overflow: hidden;
}
.thumb-over figure::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.thumb-over figure img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.thumb-over:hover figure::before {
  background: rgba(0, 0, 0, 0.5);
}

.thumb-over:hover figure img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.scrollTop {
  position: fixed;
  bottom: -50px;
  right: 4rem;
  z-index: 10;
  height: 200px;
  text-align: center;
  -webkit-transition: bottom 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: bottom 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  z-index: 999;
  width: 6rem;
}
.scrollTop__main {
  cursor: pointer;
}
.scrollTop__main:hover {
  opacity: 0.7;
}
.scrollTop__main img {
  width: 7.6rem;
}
.scrollTop.active {
  bottom: 0;
  opacity: 1;
}

.w-100 {
  width: 100% !important;
}

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

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

.d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.justify-content-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.justify-content-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.justify-content-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.align-items-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.align-items-end {
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
.header .container-fluid {
  background: #fff;
}
.header__top {
  /*padding: 1rem 2.2rem;*/
}
.header__top img {
  /*width: 14.3rem;*/
}
.header__main {
  padding: 3.5rem 4.5rem 2.5rem;
}
.header__main .logo a {
  display: block;
  width: 19rem;
  margin-right: 1.5rem;
}
.header__main .logo a .logo1 {
  display: block;
}
.header__main .logo a .logo2 {
  display: none;
}
.header.is-active {
  z-index: 9999;
}
.header.is_active .header__main {
  background: #000;
}
.header.is_active .header__main .logo a .logo1 {
  display: none;
}
.header.is_active .header__main .logo a .logo2 {
  display: block;
}
.header.is_active .nav-bar-menu ul li a {
    color: #fff !important;
    left: 0px;
}
.header.is_active .nav-bar-menu ul li a::after {
  background: #fff;
}
.header.is_active .hamburger {
  background-image: url("../images/nav2.svg");
}

@media (max-width: 768px) {
  .header__top img {
    /*width: 16.6rem;*/
  }
  .header__main {
    padding: 2.6rem 3.2rem 3.5rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header__main .logo a {
    width: 32.4rem;
  }
}

.banner .myVideo {
  min-width: 100vw;
  min-height: 100vh;
  vertical-align: middle;
}

.head-box {
  text-align: center;
  margin-bottom: 10.5rem;
}
.head-box h2 {
  line-height: 1;
  margin-bottom: 3.5rem;
}
.head-box p {
  margin-bottom: 0;
  font-weight: 600;
}

.parallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.room-box {
  border-top: 1px solid #000;
}
.room-box__main .grid-item {
  width: 50%;
  border-left: 1px solid #000;
}
.room-box__main .head-box {
  height: 47.8rem;
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #000;
}
.room-box__main .head-box h2 img {
  width: 31.9rem;
}
.room-box__main .thumb-box {
  border-bottom: 1px solid #000;
}

.case-box {
  background: #f5f5f5;
  padding-top: 18rem;
  padding-bottom: 14rem;
}
.case-box .head-box h2 img {
  width: 11rem;
}
.case-box__main {
  overflow: hidden;
  margin: 0 -0.7rem;
}
.case-box__main .items {
  padding: 0 0.7rem;
}
.case-box__main .items .thumb-box {
  margin-bottom: 3.5rem;
}
.case-box__main .items .text-box .head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2.5rem;
}
.case-box__main .items .text-box .head .labels {
  background: #000;
  line-height: 3.2rem;
  padding: 0 1rem;
  color: #fff;
  letter-spacing: 0.8px;
  margin-right: 2.2rem;
}
.case-box__main .items .text-box p {
  margin-bottom: 0;
  text-align: center;
}

.contact-box {
  background-image: url("../images/contact-bg.jpg");
}
.contact-box__main {
  min-height: 94.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact-box__main .text-box {
  margin-left: 23.5rem;
  width: 23rem;
  text-align: center;
}
.contact-box__main .text-box h2 {
  margin-bottom: 3rem;
}
.contact-box__main .text-box p {
  margin-bottom: 4rem;
  line-height: 1.9rem;
  font-weight: 600;
}

.banner-page {
  background-image: url("../images/banner-page.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 14.4rem;
  position: relative;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.banner-page__main {
  min-height: 27.9rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.banner-page__main .head-box {
  margin-bottom: 0;
}
.banner-page__main .head-box h2 {
  letter-spacing: 0.6rem;
  margin-bottom: 2rem;
}

ul.breadcrumb {
  padding: 1rem 22.8rem 1rem 2rem;
  background-color: #000;
  position: absolute;
  right: 0;
  bottom: -5.5rem;
}
ul.breadcrumb li {
  display: inline;
  font-size: 1.6rem;
  color: #fff;
}
ul.breadcrumb li a {
  color: #fff;
  text-decoration: none;
}
ul.breadcrumb li + li:before {
  padding: 0.5rem;
  color: #fff;
  content: ">";
}

.about-page {
  padding-top: 19rem;
}
.about-page .head-box {
  margin-bottom: 8rem;
}
.about-page .head-box h2 {
  font-size: 3.5rem;
}
.about-page .head-box h2 img {
  width: 31.9rem;
}
.about-page__thumb {
  min-height: 56.7rem;
  background-image: url("../images/about.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.about-page__main {
  padding-top: 11rem;
  padding-bottom: 10rem;
  background: #f5f5f5;
}

.about-page__main .main {
  width: 100%;
  max-width: 83rem;
  margin: 0 auto;
}
.about-page__main .head {
  text-align: center;
  position: relative;
  padding-bottom: 5rem;
  position: relative;
  margin-bottom: 8rem;
}
.about-page__main .head::after {
  content: "";
  width: 13.2rem;
  height: 2px;
  background: #000000;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.about-page__main .items {
  margin-bottom: 8rem;
  position: relative;
}
.about-page__main .items h3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 2.8rem;
  margin-bottom: 4.2rem;
}
.about-page__main .items h3 img:first-child {
  margin-right: 1.4rem;
}
.about-page__main .items h3 img.new {
  width: 4.1rem;
  margin-left: 1.6rem;
  margin-bottom: 0.7rem;
}
.about-page__main .items p span {
  font-size: 1.2rem;
  line-height: 1.8;
  display: inline-block;
}
.about-page__main .items .d-flex {
  margin: 0 -0.8rem;
}
.about-page__main .items .d-flex .list {
  padding: 0 0.8rem;
}
.about-page__main .items .d-flex .list:last-child {
  padding-top: 3rem;
}
.about-page__main .items .aleft {
  width: 5.5rem;
}
.about-page__main .items .thumb {
  width: 10.6rem;
  position: absolute;
  left: -15rem;
  top: 50%;
}
.about-page__main .items .sup {
  width: 19.5rem;
}
.about-page__main .more-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.about-page__main .more-box .more {
  width: 22.9rem;
}



.terms-conditions {
  padding-top: 19rem;
}
.terms-conditions .head-box {
  margin-bottom: 8rem;
}
.terms-conditions .head-box h2 {
  font-size: 3.5rem;
}
.terms-conditions .head-box h2 img {
  width: 31.9rem;
}
.terms-conditions__thumb {
  min-height: 56.7rem;
  background-image: url("../images/about.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.terms-conditions__main {

  padding-bottom: 10rem;

}

.terms-conditions__main .main {
  width: 100%;
  max-width: 83rem;
  margin: 0 auto;
}
.terms-conditions__main .head {
  text-align: center;
  position: relative;
  padding-bottom: 5rem;
  position: relative;
  margin-bottom: 8rem;
}
.terms-conditions__main .head::after {
  content: "";
  width: 13.2rem;
  height: 2px;
  background: #000000;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.terms-conditions__main .items {
  margin-bottom: 8rem;
  position: relative;
}
.terms-conditions__main .items h3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 2.8rem;
  margin-bottom: 4.2rem;
}
.terms-conditions__main .items h3 img:first-child {
  margin-right: 1.4rem;
}
.terms-conditions__main .items h3 img.new {
  width: 4.1rem;
  margin-left: 1.6rem;
  margin-bottom: 0.7rem;
}
.terms-conditions__main .items p span {
  font-size: 1.2rem;
  line-height: 1.8;
  display: inline-block;
}
.terms-conditions__main .items .d-flex {
  margin: 0 -0.8rem;
}
.terms-conditions__main .items .d-flex .list {
  padding: 0 0.8rem;
}
.terms-conditions__main .items .d-flex .list:last-child {
  padding-top: 3rem;
}
.terms-conditions__main .items .aleft {
  width: 5.5rem;
}
.terms-conditions__main .items .thumb {
  width: 10.6rem;
  position: absolute;
  left: -15rem;
  top: 50%;
}
.terms-conditions__main .items .sup {
  width: 19.5rem;
}
.terms-conditions__main .more-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.terms-conditions__main .more-box .more {
  width: 22.9rem;
}








.room-page {
  padding-top: 19rem;
}
.room-page .head-box {
  margin-bottom: 8rem;
}
.room-page .head-box h2 {
  font-size: 3.5rem;
}
.room-page .head-box h2 img {
  width: 27.4rem;
}
.room-page__thumb {
  min-height: 56.7rem;
  background-image: url("../images/about-2.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.room-page__main {
  padding-top: 11rem;
  padding-bottom: 10rem;
  background: #f5f5f5;
}
.room-page__main .main {
  width: 100%;
  max-width: 83rem;
  margin: 0 auto;
}
.room-page__main .head {
  text-align: center;
  position: relative;
  padding-bottom: 5rem;
  position: relative;
  margin-bottom: 8rem;
}
.room-page__main .head::after {
  content: "";
  width: 13.2rem;
  height: 2px;
  background: #000000;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.room-page__main .text-box {
  text-align: center;
  margin-bottom: 8rem;
}
.room-page__main .more-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.room-page__main .more-box .more {
  width: 22.9rem;
}

.shower-page {
  padding-bottom: 7rem;
}
.shower-page .items .thumb-box {
  width: 50%;
}
.shower-page .items .thumb-box figure {
  position: relative;
}
.shower-page .items .thumb-box figure img {
  width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  webkit-transition: opacity 0.6s, -webkit-filter 0.6s, -webkit-transform 0.6s, -webkit-box-shadow 0.3s;
  transition: opacity 0.6s, -webkit-filter 0.6s, -webkit-transform 0.6s, -webkit-box-shadow 0.3s;
  -o-transition: filter 0.6s, opacity 0.6s, transform 0.6s, box-shadow 0.3s;
  -webkit-transition: opacity 0.6s, -webkit-filter 0.6s, -webkit-transform 0.6s, -webkit-box-shadow 0.3s;
  transition: filter 0.6s, opacity 0.6s, transform 0.6s, box-shadow 0.3s;
  transition: filter 0.6s, opacity 0.6s, transform 0.6s, box-shadow 0.3s, -webkit-filter 0.6s, -webkit-transform 0.6s,
    -webkit-box-shadow 0.3s;
}
.shower-page .items .thumb-box figure img:not(:first-child) {
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  opacity: 0;
  -webkit-filter: blur(0);
  filter: blur(0);
  pointer-events: none;
  padding: 0 !important;
  margin: 0 !important;
}
.shower-page .items .thumb-box figure img.is_active {
  opacity: 1;
  -webkit-transform: scale(1) translateZ(0) translateY(0) !important;
  transform: scale(1) translateZ(0) translateY(0) !important;
  pointer-events: inherit;
}
.shower-page .items .text-box {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 7rem;
}
.shower-page .items .text-box span {
  display: block;
  margin-bottom: 2rem;
  letter-spacing: 0.32rem;
}
.shower-page .items .text-box h3 {
  font-size: 2.8rem;
  margin-bottom: 2rem;
}
.shower-page .items .text-box p {
  margin-bottom: 6rem;
}
.shower-page .items .text-box p img {
  margin-left: 0.5rem;
}
.shower-page .items .list-choor .d-flex {
  margin: 0 -1rem;
}
.shower-page .items .list-choor__items {
  width: 10rem;
  padding: 0 1rem;
  text-align: center;
}
.shower-page .items .list-choor__items span {
/*  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
  background: #d8ceba;
  margin-bottom: 1rem;
  cursor: pointer;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;*/
}
.shower-page .items .list-choor__items span:hover {
  opacity: 0.7;
}
.shower-page .items .list-choor__items p {
  margin-bottom: 0;
}
.shower-page .items:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.shower-page .items:nth-child(even) .text-box {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-left: 0;
  padding-right: 7rem;
}

.footer {
  padding: 2.5rem 3.5rem;
}
.footer .logo {
  width: 18rem;
}
.footer .logo2 {
    width: 45%;
         
}
.footer nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.footer nav ul li a {
  display: block;
  padding: 0 3rem;
  color: #000 !important;
  font-weight: 600;
}
.footer nav p {
  margin-bottom: 0;
  padding-left: 3rem;
}

@media (max-width: 768px) {
  .footer {
    text-align: center;
    padding: 12rem 3.2rem 3rem;
  }
  .footer .logo {
    width: 100%;
    margin-bottom: 6rem;
  }
    
  .footer .logo a {
    display: inline-block;
    width: 42rem;
  }
  .footer nav {
    width: 100%;
  }
  .footer nav ul {
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer nav ul li {
    width: 100%;
    text-align: center;
  }
  .footer nav ul li a {
    display: block;
    margin-bottom: 6rem;
  }
  .footer nav p {
    margin-top: 6rem;
    font-size: 2rem;
    padding-left: 0;
    width: 100%;
  }
}

/* layout - Responsive .
========================================================================== */
.sp {
  display: none;
}

@media screen and (max-width: 1300px) and (min-width: 768px) {
  html {
    font-size: 9px;
  }
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  html {
    font-size: 8px;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 1.2822vw;
  }
  body {
    font-size: 2.6rem;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  h3 {
    font-size: 2.8rem;
  }
  .container {
    padding: 0 3.2rem;
  }
  .more-btn {
    width: 36.3rem;
    font-size: 2.5rem;
    line-height: 8.4rem;
    background: #fff;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    position: relative;
  }
  .more-btn::after {
    width: 1rem;
    height: 1.6rem;
    margin-left: 0;
    position: absolute;
    top: 50%;
    right: 5rem;
    margin-top: -0.8rem;
  }
  .banner .myVideo {
    width: 100%;
    height: auto;
    min-width: auto;
    min-height: auto;
  }
  .parallax {
    background-attachment: scroll;
  }
  .room-box__main .grid-item {
    width: 100%;
    border-left: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .room-box__main .grid-item .head-box {
    height: 28.8rem;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }
  .room-box__main .grid-item .head-box h2 img {
    width: 47.1rem;
  }
  .room-box__main .grid-item .thumb-box {
    position: relative;
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .room-box__main .grid-item .thumb-box .more-box {
    position: absolute;
    top: 50%;
    left: 50%;
    webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .case-box {
    padding-top: 14rem;
    padding-bottom: 9rem;
  }
  .case-box .head-box h2 img {
    width: 14.9rem;
  }
  .case-box__main .items .thumb-box {
    margin-bottom: 3rem;
  }
  .case-box__main .items .text-box {
    padding: 0 5rem;
  }
  .case-box__main .items .text-box .head {
    margin-bottom: 3rem;
  }
  .case-box__main .items .text-box .head .labels {
    line-height: 3.8rem;
    font-size: 1.9rem;
    margin-right: 2.2rem;
  }
  .case-box__main .items .text-box p {
    text-align: left;
    line-height: 1.7;
  }
  .contact-box__main {
    min-height: 76.1rem;
  }
  .contact-box__main .text-box {
    margin-left: 0;
    width: 100%;
  }
  .contact-box__main .text-box h2 {
    margin-bottom: 3rem;
  }
  .contact-box__main .text-box h2 img {
    width: 31.9rem;
  }
  .contact-box__main .text-box p {
    line-height: 3.1rem;
  }
  .contact-box__main .text-box .more-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .banner-page {
    margin-top: 18rem;
    background-image: url("../images/banner-page-sp.jpg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .banner-page__main {
    min-height: 51.2rem;
  }
  ul.breadcrumb {
    padding: 1rem 3.2rem 1rem 3.2rem;
    width: 100%;
    text-align: right;
  }
  ul.breadcrumb li {
    font-size: 2rem;
  }
  .about-page {
    padding-top: 15rem;
  }
  .about-page .head-box {
    margin-bottom: 7rem;
  }
  .about-page .head-box h2 img {
    width: 41rem;
  }
  .about-page__main .main {
    padding: 0 3.2rem;
  }
  .about-page__main .items {
    margin-bottom: 5rem;
  }
  .about-page__main .items h3 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 3.5rem;
    margin-bottom: 7rem;
  }
  .about-page__main .items h3 img.new {
    width: 7.2rem;
  }
  .about-page__main .items p span {
    font-size: 2rem;
  }
  .about-page__main .items .d-flex {
    margin: 0;
    display: block;
  }
  .about-page__main .items .d-flex .list {
    padding: 0 7rem;
  }
  .about-page__main .items .d-flex .list:last-child {
    padding: 5rem 0 0 0;
  }
  .about-page__main .items .aleft {
    width: 10.5rem;
  }
  .about-page__main .items .thumb {
    width: 100%;
    position: static;
    left: 0;
    top: 0;
    text-align: center;
    padding-top: 9rem;
    margin-bottom: 7rem;
  }
  .about-page__main .items .thumb img {
    width: 26.8rem;
  }
  .about-page__main .items .sup {
    width: 34.4rem;
  }
  .about-page__main .more-box {
    padding-top: 10rem;
  }
  .about-page__main .more-box .more {
    width: 36.3rem;
  }
    
    
    .terms-conditions {
    padding-top: 15rem;
  }
  .terms-conditions .head-box {
    margin-bottom: 7rem;
  }
  .terms-conditions .head-box h2 img {
    width: 41rem;
  }
  .terms-conditions__main .main {
    padding: 0 3.2rem;
  }
  .terms-conditions__main .items {
    margin-bottom: 5rem;
  }
  .terms-conditions__main .items h3 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 3.5rem;
    margin-bottom: 7rem;
  }
  .terms-conditions__main .items h3 img.new {
    width: 7.2rem;
  }
  .terms-conditions__main .items p span {
    font-size: 2rem;
  }
  .terms-conditions__main .items .d-flex {
    margin: 0;
    display: block;
  }
  .terms-conditions__main .items .d-flex .list {
    padding: 0 7rem;
  }
  .terms-conditions__main .items .d-flex .list:last-child {
    padding: 5rem 0 0 0;
  }
  .terms-conditions__main .items .aleft {
    width: 10.5rem;
  }
  .terms-conditions__main .items .thumb {
    width: 100%;
    position: static;
    left: 0;
    top: 0;
    text-align: center;
    padding-top: 9rem;
    margin-bottom: 7rem;
  }
  .terms-conditions__main .items .thumb img {
    width: 26.8rem;
  }
  .terms-conditions__main .items .sup {
    width: 34.4rem;
  }
  .terms-conditions__main .more-box {
    padding-top: 10rem;
  }
  .terms-conditions__main .more-box .more {
    width: 36.3rem;
  }
    
    
    
    
    
    
  .room-page {
    padding-top: 15rem;
  }
  .room-page .head-box {
    margin-bottom: 7rem;
  }
  .room-page .head-box h2 img {
    width: 41rem;
  }
  .room-page__main .main {
    padding: 0 3.2rem;
  }
  .room-page__main .text-box br {
    display: none;
  }
  .room-page__main .more-box {
    padding-top: 10rem;
  }
  .room-page__main .more-box .more {
    width: 36.3rem;
  }
  .shower-page {
    padding-top: 5.5rem;
  }
  .shower-page .items .thumb-box {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .shower-page .items .text-box {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    padding: 7rem 3.2rem 4rem;
    display: block;
  }
  .shower-page .items .text-box h3 {
    font-size: 4.5rem;
  }
  .shower-page .items .text-box p {
    margin-bottom: 0;
  }
  .shower-page .items .text-box p img {
    /*width: 15.8rem;*/
     
  }
  .shower-page .items .list-choor {
    padding: 4.2rem 3.2rem 0;
  }
  .shower-page .items .list-choor .d-flex {
    margin: 0 -1.2rem;
  }
  .shower-page .items .list-choor__items {
    width: 25%;
    padding: 0 1.2rem;
  }
  .shower-page .items .list-choor__items p {
    margin-bottom: 0;
  }
  .shower-page .items:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .shower-page .items:nth-child(even) .text-box {
    padding: 7rem 3.2rem 4rem;
  }
}

/* ipad Portrait */
/* ipad Landscape */
