@charset "UTF-8";

/*===========================================

common
#4B5678
～359px・・・小さいスマホ（iPhone SE、320px）
360px～559px・・・スマホ（375px、390px、430pxなど）
560px～959・・・タブレット（640px、768px、820pxなど）
960px～1279px・・・ネットブックや大きめのタブレット用（1024pxなど）
1280px～1599px・・・小さめのパソコン（1280px、1440pxなど）
1600px～・・・デスクトップパソコン（1600px、1920pxなど）
===========================================*/
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-size: 16px;
}

@media (max-width: 559px) {
  body {
    font-size: 1.4rem;
    font-size: 14px;
  }
}

html, body {
  background: #FFFFFF;
  color: #4B5678;
  /*font-family: "Noto Sans JP", sans-serif;*/
  font-family: "Montserrat", sans-serif;  
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  border: none;
  vertical-align: bottom;
}

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

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

input,
textarea,
button,
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

main {
  display: block;
}

.en {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
}

a {
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  text-decoration: none;
  color: #b3b1b1;
}

@media (min-width: 960px) {
  a:hover {
    color: #b3b1b1;
    opacity: 0.6;
  }
  a:visited {
    color: #7281b1;
  }
  a:active {
    color: #7281b1;
  }
}

.over {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

@media (min-width: 960px) {
  .over:hover {
    opacity: 0.6;
  }
}

img.zoom {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

@media (min-width: 960px) {
  img.zoom:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.image-container {
  display: block;
  width: 100%;
  position: relative;
}

.image-container:before {
  content: '';
  display: block;
  padding-top: 56.25%;
}

.image-container .image-wrap {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.cf {
  zoom: 1;
}

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

.inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}

@media (max-width: 959px) {
  .inner {
    width: 100%;
    padding: 0 30px;
  }
}

@media (max-width: 559px) {
  .inner {
    width: 100%;
    padding: 0 20px;
  }
}


@media (min-width: 960px) {
  .is-pc {
    display: block !important;
  }
  .is-tb {
    display: none !important;
  }
  .is-sp {
    display: none !important;
  }
  .is-tb-sp {
    display: none !important;
  }
}

@media (max-width: 959px) {
  .is-pc {
    display: none !important;
  }
  .is-tb {
    display: block !important;
  }
  .is-sp {
    display: none !important;
  }
  .is-tb-sp {
    display: block !important;
  }
}

@media (max-width: 559px) {
  .is-pc {
    display: none !important;
  }
  .is-tb {
    display: none !important;
  }
  .is-sp {
    display: block !important;
  }
  .is-tb-sp {
    display: block !important;
  }
}

.is-hidden {
  display: none;
}

.small-txt{
    font-size: .9em;
    line-height: inherit;
    line-height: 1.8em;
    
    display: block;
    margin-top: 30px;
}
/*===========================

main

===========================*/

.is-loaded .main {
  opacity: 1;
}

.main {
  display: block;
  opacity: 0;
}

@media (min-width: 960px) {
  .main {
    padding-top: 180px;
  }
}

@media (max-width: 959px) {
  .main {
    padding-top: 0;
  }
}

@media (max-width: 559px) {
  .main {
    padding-top: 0;
  }
}

.main .sec-page-title .inner {
  height: 100%;
}

@media (max-width: 959px) {
  .main .sec-page-title .inner {
    padding: 0;
  }
}

.main .sec-page-title .page-title-container {
  height: 400px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 959px) {
  .main .sec-page-title .page-title-container {
    height: 60vw;
  }
}

@media (max-width: 559px) {
  .main .sec-page-title .page-title-container {
    height: 140vw;
  }
}

.main .sec-page-title .page-image {
  display: block;
  height: 100%;
  background: #4B5678;
}

.main .sec-page-title .page-image img {
  opacity: 0.8;
}

.main .sec-page-title .page-title {
  position: absolute;
  z-index: 2;
  top: 0;
  width: 100%;
  height: 100%;
  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: 3.4rem;
  color: #FFFFFF;
}

@media (max-width: 959px) {
  .main .sec-page-title .page-title {
    font-size: 3.0rem;
  }
}

@media (max-width: 559px) {
  .main .sec-page-title .page-title {
    font-size: 2.4rem;
  }
}

.main .sec-page-title .page-lead {
  font-size: 1.25rem;
    letter-spacing: .1em;
    line-height: 1.8em;
  color: #4B5678;
  max-width: 680px;
  margin: 40px auto 0;
}

@media (max-width: 959px) {
  .main .sec-page-title .page-lead {
    padding: 0 40px;
    max-width: inherit;
  }
}

@media (max-width: 559px) {
  .main .sec-page-title .page-lead {
    padding: 0 20px;
    margin-top: 20px;
    font-size: 1.2rem;
  }
}

/*------------------------------
.sec-text-image
-------------------------------*/
.sec-text-image {
  margin-top: 8vw;
}

@media (max-width: 959px) {
  .sec-text-image .inner {
    padding: 0;
  }
}

@media (max-width: 559px) {
  .sec-text-image {
    margin-top: 16vw;
  }
}

.sec-text-image .sec-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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: 5vw;
}

.sec-text-image .sec-content:last-child {
  margin-bottom: 0vw;
}

@media (max-width: 959px) {
  .sec-text-image .sec-content {
    margin-bottom: 8vw;
    position: relative;
    padding-bottom: 50px;
  }
}

@media (max-width: 559px) {
  .sec-text-image .sec-content {
    margin-bottom: 16vw;
  }
}

.sec-text-image .text-container {
  width: 460px;
  padding: 40px 60px;
}

@media (max-width: 959px) {
  .sec-text-image .text-container {
    width: 100%;
    padding: 0px 40px 40px;
  }
}

@media (max-width: 559px) {
  .sec-text-image .text-container {
    padding: 0px 20px 20px;
  }
}

.sec-text-image .text-container .text-title {
  font-size: 2.4rem;
  font-weight: bold;
  border-bottom: 3px solid #4B5678;
  padding-bottom: 10px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

@media (max-width: 559px) {
  .sec-text-image .text-container .text-title {
    font-size: 1.8rem;
  }
}

.sec-text-image .text-container .text-sub-title {
  font-size: 2.4rem;
  font-weight: 400;
  margin-top: 20px;
}

@media (max-width: 559px) {
  .sec-text-image .text-container .text-sub-title {
    font-size: 1.8rem;
  }
}

.sec-text-image .text-container .btn-instagram {
  position: absolute;
  right: -50px;
  color: #4B5678;
  font-size: 3.0rem;
  display: inline-block;
}

.sec-text-image .text-container .text-description {
  margin-top: 20px;
  font-size: 1.25rem;
    letter-spacing: .1em;
    line-height: 2em;
}

@media (max-width: 559px) {
  .sec-text-image .text-container .text-description {
    font-size: 1.2rem;
  }
}

.sec-text-image .text-container .reserve-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 959px) {
  .sec-text-image .text-container .reserve-container {
    position: absolute;
    bottom: 0;
    right: 40px;
  }
}

@media (max-width: 559px) {
  .sec-text-image .text-container .reserve-container {
    right: 20px;
  }
}

.sec-text-image .text-container .btn-reserve {
  display: inline-block;
  margin-top: 40px;
  border-bottom: 3px solid #4B5678;
  padding: 5px 20px 5px 30px;
  position: relative;
  color: #4B5678;
}

.sec-text-image .text-container .btn-reserve:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f105";
  display: block;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 959px) {
  .sec-text-image .text-container .btn-reserve {
    padding-right: 10px;
    font-size: 1.2rem;
  }
}

.sec-text-image .swiper-container {
  width: calc(100% - 520px);
  height: 460px;
  margin: 0;
}

@media (max-width: 959px) {
  .sec-text-image .swiper-container {
    width: 100%;
    height: 60vw;
  }
}

@media (max-width: 959px) {
  .sec-text-image .swiper-container.swiper-fade {
    padding: 0 30px;
  }
}

@media (max-width: 559px) {
  .sec-text-image .swiper-container.swiper-fade {
    padding: 0 20px;
  }
}

.sec-text-image .sec-title {
  margin-bottom: 2vw;
  text-align: center;
}

.sec-text-image .sec-title .floor {
  display: block;
  font-size: 3.6rem;
  width: 460px;
  margin: 0 auto;
  padding-bottom: 20px;
  border-bottom: 3px solid #4B5678;
}

@media (max-width: 959px) {
  .sec-text-image .sec-title .floor {
    font-size: 3.0rem;
    padding-bottom: 10px;
    width: 360px;
  }
}

@media (max-width: 559px) {
  .sec-text-image .sec-title .floor {
    font-size: 2.0rem;
    padding-bottom: 5px;
    width: 200px;
  }
}

.sec-text-image .sec-title .name {
  display: block;
  font-size: 3.6rem;
  font-weight: 400;
  margin-top: 20px;
}

@media (max-width: 959px) {
  .sec-text-image .sec-title .name {
    font-size: 3.0rem;
    margin-top: 10px;
  }
}

@media (max-width: 559px) {
  .sec-text-image .sec-title .name {
    font-size: 1.6rem;
    margin-top: 10px;
  }
}

.sec-text-image .sec-floormap {
  margin-bottom: 2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 959px) {
  .sec-text-image .sec-floormap {
    padding: 20px 40px;
    margin-bottom: 0vw;
  }
}

@media (max-width: 559px) {
  .sec-text-image .sec-floormap {
    padding: 30px 20px;
  }
}

.sec-text-image .sec-floormap a {
  display: block;
  color: #4B5678;
  border: 1px solid #4B5678;
  padding: 5px 40px 5px 20px;
  position: relative;
}

.sec-text-image .sec-floormap a:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f31d";
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: 300;
}




/*===========================

header

===========================*/


.header {
  background: #FFFFFF;
  position: fixed;
  z-index: 100;
  width: 100%;
}

@media (min-width: 960px) {
  .header {
    height: 180px;
  }
}

@media (max-width: 959px) {
  .header {
    height: 60px;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

@media (max-width: 559px) {
  .header {
    height: 60px;
  }
}

.header-logo{
    width: 120px;
    height: auto;
}
.header-gnav{
max-width: 1000px;
  margin: 40px auto 0;
  padding: 0 0px;
}
.header-gnav .gnav-item{
    font-size: .7em;
}







@media (max-width: 959px) {
  .header-gnav {
    width: 100vw;
    height: 100vh;
    left: 100vw;
    position: absolute;
    z-index: 3;
    top: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin: 0;
    padding: 60px 0 100px;
    /*background: #4B5678 url(../images/sp_navi_bg.svg) no-repeat center bottom 60px;*/
      background: url(../images/sp_nav_bg.gif) ;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: left top;
  }
  .header-gnav .gnav-item {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }    


/*===========================

footer

===========================*/
.footer {
  padding: 10vw 0 4vw;
  text-align: center;
}

@media (max-width: 559px) {
  .footer {
    padding: 14vw 0 4vw;
  }
}

.footer .footer-logo {
  padding: 40px 0;
  border-top: 3px solid #4B5678;
  border-bottom: 3px solid #4B5678;
}
    .footer .footer-logo .attention{
        font-size: .8em;
    } 

@media (max-width: 959px) {
  .footer .footer-logo {
    padding: 30px 0px;
  }
}

@media (max-width: 559px) {
  .footer .footer-logo {
    padding: 20px 0px;
  }
}

.footer .footer-fnav {
  padding: 40px 40px;
}

@media (max-width: 959px) {
  .footer .footer-fnav {
    padding: 30px 30px;
  }
}

@media (max-width: 559px) {
  .footer .footer-fnav {
    padding: 20px 20px;
  }
}

.footer .footer-fnav .fnav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 10px;
}

.footer .footer-fnav .fnav-list:last-child {
  margin-bottom: 0;
}

@media (max-width: 959px) {
  .footer .footer-fnav .fnav-list {
    margin-bottom: 0px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

/*
@media (max-width: 1279px) {
  .footer .footer-fnav .fnav-item {
    font-size: .9em;
      letter-spacing: .1em;
  }
}
    */

@media (max-width: 959px) {
  .footer .footer-fnav .fnav-item {
    width: 50%;
    text-align: left;
    margin-bottom: 10px;
  }
}

@media (max-width: 559px) {
  .footer .footer-fnav .fnav-item {
    width: 100%;
  }
  .footer .footer-fnav .fnav-item.is-sp-mt {
    margin-top: 20px;
  }
}

.footer .footer-fnav .fnav-item a {
  font-weight: normal;
    letter-spacing: .1em;
  color: #4B5678;

}



.footer .footer-sns {
  padding: 40px 0;
  border-top: 3px solid #4B5678;
  border-bottom: 3px solid #4B5678;
}

@media (max-width: 959px) {
  .footer .footer-sns {
    padding: 30px 0px;
  }
}

@media (max-width: 559px) {
  .footer .footer-sns {
    padding: 20px 0px;
  }
}

.footer .footer-sns .sns-txt {
  color: #4B5678;
  font-size: 1.4rem;
  margin-bottom: 5px;
}

@media (max-width: 559px) {
  .footer .footer-sns .sns-txt {
    font-size: 1.6rem;
    margin-bottom: 0px;
  }
}

.footer .footer-sns .sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer .footer-sns .sns-item {
  margin: 0 20px;
}

.footer .footer-sns .sns-item a {
  color: #4B5678;
  font-size: 3.0rem;
}

.footer .footer-ff {
  padding: 40px 0;
}

@media (max-width: 959px) {
  .footer .footer-ff {
    padding: 40px 0px 30px;
  }
}

@media (max-width: 559px) {
  .footer .footer-ff {
    padding: 40px 0px 20px;
  }
}

.footer .footer-ff .ff-logo {
  margin-bottom: 10px;
}

.footer .footer-ff .ff-txt {
  color: #4B5678;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.footer .footer-ff .ff-link a {
  color: #4B5678;
  font-size: 1.2rem;
}

.footer .copyright {
  font-size: 1.2rem;
}

.footer .copyright a {
  color: #000000;
  text-decoration: underline;
    font-size: .9em;
}

.pagetop {
  position: fixed;
  z-index: 99;
  right: 20px;
  bottom: 20px;
  width: 40px;
  height: 40px;
}

@media (max-width: 959px) {
  .pagetop {
    right: 10px;
    bottom: 10px;
  }
}

@media (max-width: 559px) {
  .pagetop {
    right: 0px;
    bottom: 0px;
  }
}

.pagetop a {
  background: #4B5678;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  height: 100%;
}



















