@charset "UTF-8";
/***************************************************************
 *
 * sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css
 *
***************************************************************/
pre, textarea {
  overflow: auto; }

[hidden], audio:not([controls]), template {
  display: none; }

details, main, summary {
  display: block; }

input[type=number] {
  width: auto; }

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

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  appearance: none;
  -webkit-appearance: none; }

progress {
  display: inline-block; }

small {
  font-size: 75%; }

textarea {
  resize: verticlp_specialal; }

[unselectable] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

*, ::after, ::before {
  box-sizing: inherit;
  border-style: solid;
  border-width: 0; }

* {
  position: relative;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0; }

::after, ::before {
  text-decoration: inherit;
  vertical-align: inherit; }

:root {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  box-sizing: border-box;
  cursor: default;
  font: 20px/1.5 sans-seri f;
  text-rendering: optimizeLegibility; }

a {
  text-decoration: none; }

audio, canvas, iframe, img, svg, video {
  vertical-align: middle; }

button, input, select, textarea {
  background-color: transparent;
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit; }

code, kbd, pre, samp {
  font-family: monospace,monospace; }

ol, ul {
  list-style: none; }

select {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none; }

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

select::-ms-value {
  color: currentColor; }

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

::-moz-selection {
  background-color: #B3D4FC;
  text-shadow: none; }

::selection {
  background-color: #B3D4FC;
  text-shadow: none; }

@media screen {
  [hidden~=screen] {
    display: inherit; }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important; } }
/***************************************************************
 *
 * layout and etc...
 *
***************************************************************/
img {
  max-width: 100%;
  height: auto; }

body {
  margin: 0; }

/*
			inview (ScrollTrigger)
*********************************************/
.inview {
  transition: all 1s ease; }

.ivo {
  opacity: 0;
  -webkit-filter: blur(12px);
  filter: blur(12px); }
  .ivo.in-view {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0); }

/*
			Draggable
*********************************************/
.draggable_wrap,
.draggable_snap_wrap {
  overflow: hidden; }
  .draggable_wrap::after,
  .draggable_snap_wrap::after {
    z-index: 1;
    transition: 1s all ease;
    opacity: 0;
    pointer-events: none;
    content: "";
    position: absolute;
    display: block;
    width: 4em;
    height: 4em;
    top: 55%;
    left: 0;
    right: 0;
    margin: auto;
    background: url("img/084.png") no-repeat center center/auto 60% rgba(0, 0, 0, 0.6);
    border-radius: 1.5em; }
  .draggable_wrap.dragg::after,
  .draggable_snap_wrap.dragg::after {
    z-index: 10000;
    opacity: 1; }

/*
			PC通話発信無効化
*********************************************/
@media (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none; } }
/***************************************************************
 *
 * sass media query
 *
***************************************************************/
/***************************************************************
 *
 * Stylesheet for LP
 *
***************************************************************/
/*
			Font
*********************************************/
body {
  font-size: 20px;
  line-height: 1.4em;
  color: #000;
  font-family: "Zen Kaku Gothic New","Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック", "YuGothic", "open sans",  "Noto Sans Japanese", "メイリオ", "Meiryo",system-ui, sans-serif;
  background: #f1f0ef; }

body a {
  color: #000;
  text-decoration: none; }

body a:hover {
  color: #000;
  text-decoration: none; }

.font_a {
  font-family: "Zen Old Mincho","Hiragino Mincho ProN","游明朝","Yu Mincho","HGS明朝E","メイリオ","Meiryo",serif; }

.font_g {
  font-family: "Gilda Display",serif; }

.font_j {
  font-family: "Jost","Zen Kaku Gothic New","Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック", "YuGothic", "open sans",  "Noto Sans Japanese", "メイリオ", "Meiryo",system-ui,sans-serif; }

.font_i {
  font-family: "Instrument",serif; }

/*
			Responsive
*********************************************/
.md_show,
.md_showin {
  display: none; }

@media screen and (max-width: 1300px) {
  body {
    font-size: 20px;
    font-size: 1.53846153846154vw;
    font-size: 1.53846153846154dvw;
    line-height: 1.4em; }

  .lg_hide {
    display: none; }

  .lg_show {
    display: block; }

  .lg_showin {
    display: inline; } }
@media screen and (max-width: 768px) {
  .md_hide {
    display: none; }

  .md_show {
    display: block; }

  .md_showin {
    display: inline; }

  body {
    font-size: 20px;
    font-size: 2.6041666666667vw;
    line-height: 1.4em;
    overflow: auto;
    height: auto; } }
/***************************************************************
 *
 * 				 HOTEL PENTHOUSE Top page
 *
***************************************************************/
article#tp_cs {
  min-width: 769px;
  display: none; }

#tpconc {
  padding-bottom: 10em; }
  #tpconc > div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
    #tpconc > div > span {
      position: sticky;
      display: block;
      width: 100vw;
      height: 100vh;
      top: 0;
      left: 0;
      overflow: hidden; }
      #tpconc > div > span > video {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; }
      #tpconc > div > span:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: #333;
        opacity: 0.6; }
  #tpconc > h2 {
    padding: 18em 0 13em;
    width: 15.05em;
    margin: 0 auto; }
  #tpconc > ul {
    max-width: 79.05em;
    margin: 0 auto; }
    #tpconc > ul > li {
      width: 92%; }
      #tpconc > ul > li:nth-child(2) {
        margin-left: 2%;
        top: -1.3em; }
      #tpconc > ul > li:nth-child(3) {
        margin-left: 4%;
        top: -2.6em; }
      #tpconc > ul > li:nth-child(4) {
        margin-left: 6%;
        top: -3.9em; }
      #tpconc > ul > li:nth-child(5) {
        margin-left: 8%;
        top: -5.2em; }

#tpslide > div {
  overflow: hidden; }
  #tpslide > div > ul {
    width: 100%;
    display: flex;
    width: max-content;
    animation: left_scroll 60s linear infinite; }
@keyframes left_scroll {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-50%); } }
    #tpslide > div > ul > li {
      width: 28em; }
#tpslide > div:last-child {
  display: flex;
  justify-content: end; }
  #tpslide > div:last-child > ul.tpslide_right {
    justify-content: end;
    animation: right_scroll 60s linear infinite; }
@keyframes right_scroll {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(50%); } }
#tpplan {
  background: #9b9b9b;
  padding: 8em 0; }
  #tpplan > span {
    display: block;
    max-width: 1300px;
    margin: 0 auto; }

#tpservice > p {
  text-align: center;
  background: url(img/cs19.jpg) no-repeat center top; }
  #tpservice > p > img {
    max-width: 1300px;
    width: 100%; }
#tpservice > p:last-child {
  background: url(img/cs20.jpg) no-repeat center top;
  border-bottom: 1px solid #FFF; }

#tpthree {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-bottom: 1px solid #0e378a; }
  #tpthree > li {
    padding: 5em 0 1px;
    border-right: 1px solid #0e378a;
    color: #0e378a; }
    #tpthree > li > span {
      width: 70%;
      margin: 0 auto 2em;
      aspect-ratio: 1/1.6;
      display: block;
      overflow: hidden; }
      #tpthree > li > span > img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    #tpthree > li > h2 {
      margin-bottom: 3em;
      padding: 0 1em; }
      #tpthree > li > h2 > span {
        font-size: 2em;
        line-height: 1.6em;
        display: block;
        text-align: center; }
      #tpthree > li > h2 > strong {
        display: block;
        margin-top: 1em;
        font-size: 1.3em;
        text-align: center; }
    #tpthree > li > p {
      padding: 0 3em;
      font-size: 0.95em;
      margin-bottom: 3em; }
      #tpthree > li > p a {
        color: #0e378a; }

#tpsea {
  padding: 8em 0 0; }
  #tpsea > span {
    display: block;
    max-width: 1300px;
    margin: 0 auto; }

#tpphotos > div {
  overflow: hidden; }
  #tpphotos > div > ul {
    width: 100%;
    display: flex;
    width: max-content;
    animation: left_scroll 60s linear infinite; }
    #tpphotos > div > ul > li {
      width: 22em;
      margin-right: 2em; }
      #tpphotos > div > ul > li > p {
        margin-top: 2em;
        text-align: center;
        color: #0e378a;
        font-size: 0.9em;
        line-height: 1.6em; }

#tpday {
  padding: 0 0 8em 0; }
  #tpday > span {
    display: block;
    max-width: 1300px;
    margin: 0 auto; }

#tpbelongs > span {
  display: block; }
  @media (min-width: 1999px) {
    #tpbelongs > span > img {
      width: 100%; } }
#tpbelongs > h2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center; }
  #tpbelongs > h2 > span {
    display: block;
    color: #FFF;
    font-size: 3em;
    line-height: 1.6em; }

#tpfooter {
  background: #000;
  color: #FFF; }
  #tpfooter > h2 {
    width: 67.275em;
    max-width: 100%;
    top: -2.7875em;
    margin: 0 auto 8em; }
  #tpfooter > div {
    display: grid;
    max-width: 1300px;
    margin: 0 auto 15em;
    grid-template-columns: 1fr 1fr 1fr; }
    #tpfooter > div > h3 {
      justify-self: end;
      padding-right: 3em; }
      #tpfooter > div > h3 > span {
        font-size: 1.9em; }
    #tpfooter > div > p {
      display: grid;
      grid-template-rows: auto auto; }
      #tpfooter > div > p > span {
        display: block;
        margin-bottom: 2em; }
        #tpfooter > div > p > span > a {
          color: #FFF; }
      #tpfooter > div > p > span:last-child {
        align-self: end; }
  #tpfooter > a {
    display: block;
    width: 1.25em;
    margin: 0 auto 5em; }
  #tpfooter > h3 {
    text-align: center;
    margin-bottom: 2em; }
    #tpfooter > h3 > span {
      font-size: 1.1em; }
  #tpfooter > h1 {
    text-align: center;
    margin-bottom: 10em; }
    #tpfooter > h1 > span {
      font-size: 1.1em; }
  #tpfooter > p {
    text-align: center;
    padding: 0 0 8em; }
    #tpfooter > p > span {
      font-size: 0.9em; }

#loading {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  opacity: 0; }
  #loading > span {
    display: block;
    width: 100vw;
    height: 100vh; }
    #loading > span > img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
      @media (min-width: 1999px) {
        #loading > span > img {
          width: 100%; } }
  #loading > h2 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0; }
    #loading > h2 > span {
      display: block;
      color: #FFF;
      font-size: 3em;
      line-height: 1.6em; }
