@charset "utf-8";

body {
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  -webkit-text-size-adjust: 100%;
  background-color: #10698e;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.en {
  font-family: "Libre Bodoni", serif;
}
img {
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}
a {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.font-bold {
  font-weight: 600;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
/* flex */
@media screen and (min-width: 767px) {
  .d-md-flex {
    display: -ms-flexbox;
    display: flex;
  }
}
.d-flex {
  display: -ms-flexbox;
  display: flex;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-column {
  flex-direction: column;
}
.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.align-items-end {
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}
.justify-content-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.justify-content-end {
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
}
.d-center {
  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;
}
.container {
  max-width: 1250px;
  padding: 0 30px;
  margin: 0 auto;
}
.inner {
  max-width: 1070px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .container {
    padding: 0 20px;
  }
}
@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}
#header {
  background-color: #00426a;
  width: 298px;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 11;
  padding: 53px 0 0;
}
.language {
  font-size: 16px;
  padding: 25px 0 2px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.language::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 0;
}
.language li {
  width: 74px;
  margin: 0 6px;
}
.language a {
  display: block;
  text-align: left;
}
.language li:last-child a {
  padding-left: 1px;
}
#header .logo {
  margin: 2vw 0;
}
.btn {
  background-color: #b70d23;
  color: #fff;
  width: calc(100% - 24px);
  /* height: 84px; */
  min-height: 50px;
  height: 4.375vw;
}

#main {
  padding: 100vh 0 0 298px;
  position: relative;
  z-index: 5;
}
#main > section {
  background-color: #10698e;
}
.sec {
  min-height: 100vh;
  padding: 90px 0;
}
.content {
  width: 100%;
}
.title {
  font-size: 26px;
  max-width: 1250px;
  padding: 0 30px;
  margin: 0 auto 90px;
}
.title span {
  display: block;
  padding: 0 0 0 60px;
  position: relative;
}
.title span::before {
  content: "";
  width: 45px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
}
.container .title {
  padding: 0;
}

.space-0 {
  letter-spacing: 0;
}
p.font-bold {
  font-size: 120%;
}

/* gnav */
.gnav-menu {
  /* font-size: 1.3vw; */
  font-size: 24px;
}
.gnav-menu li {
  margin: 1.5vw 0 0;
}
.gnav-menu a {
  display: inline-block;
  padding: 0 20px;
}
.gnav-menu a.active {
  color: #ffe500;
  position: relative;
}
.gnav-menu a.active::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 14px solid #ffe500;
  border-right: 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-9px);
}

.sns {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 3vw;
}
.sns li {
  margin: 0 13px;
}

/* css for slider */
#mv {
  position: fixed;
  left: 298px;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100vh;
}
#mv h2 {
  position: absolute;
  right: 4.6vw;
  bottom: 6.25vw;
  z-index: 11111;
}
#mv .slick,
#mv .slick-list,
#mv .slick-track {
  height: 100%;
}
#mv .slick-slide {
  position: absolute;
  z-index: 51;
  width: 100%;
  height: 100%;
  opacity: 1 !important;
}
#mv .slick-prev.slick-slide {
  z-index: 9999 !important;
}
#mv .slick-current.slick-slide {
  -webkit-backface-visibility: hidden;
  z-index: 100000 !important;
  transform: scale(1);
  animation-name: blurFade;
  animation-duration: 3.5s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
}
#mv .slick-slide img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
}
#mv .slick-current.slick-slide img {
  animation-name: zoomScale;
  animation-duration: 7s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
}

@keyframes blurFade {
  0% {
    filter: blur(6px);
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
  }
  30% {
    filter: blur(6px);
  }
  60% {
    filter: blur(0);
  }
  to {
    filter: blur(0);
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
  }
}
@keyframes zoomScale {
  0% {
    transform: scale(1.5) translate3d(100px, 0, 0);
  }
  50% {
    transform: scale(1) translateZ(0);
  }
  to {
    transform: scale(1) translateZ(0);
  }
}
/*  */
.orner {
  background: url(../img/bg.jpg) no-repeat center bottom 80px / 1622px 524px;
  padding: 0 0 630px;
}
.concept {
  margin: 0 0 40px;
}
.profile {
  padding: 0 0 0 22px;
}
.profile h3 {
  margin: 0 0 30px;
}
.concept dl {
  margin: 5px 0 0;
}
.concept dt {
  width: 90px;
}
.concept dd {
  width: calc(100% - 90px);
}

.gallery {
  margin: 0 0 60px;
}
.gallery li {
  position: relative;
  overflow: hidden;
}
.gallery span {
  font-size: 2.6vw;
  line-height: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.menu li:nth-child(2) span {
  top: -100px;
}
.menu li:nth-child(3) span {
  top: 100px;
}
.menu li:nth-child(4) span {
  top: -50px;
}
@media screen and (min-width: 767px) {
  .gallery li img,
  .gallery li a::after {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
  }
  .gallery li a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
  }
  .gallery li:hover img {
    transform: scale(1.1);
    filter: blur(3px);
  }
  .gallery li:hover a::after {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
/* */
.access {
  padding-bottom: 175px;
}
.access .title {
  margin-bottom: 30px;
}
.map {
  padding: 40px 4vw;
}

/* inview */
.js-fade {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s ease-in-out;
}
.is-inview {
  opacity: 1;
  transform: translateY(0px);
}
@media screen and (min-width: 767px) {
  #header .logo {
    text-align: left;
  }
  .delay-1 {
    transition-delay: 0.3s;
  }
  .delay-2 {
    transition-delay: 0.6s;
  }
  .delay-3 {
    transition-delay: 0.9s;
  }
}
@media screen and (min-width: 769px) {
  .language a:hover,
  .logo a:hover,
  .sns a:hover {
    opacity: 0.7;
  }
  .btn:hover {
    background-color: #fff;
    color: #b70d23;
  }
  .gnav-menu a:hover {
    color: #ffe500;
    position: relative;
  }
  .gnav-menu a:hover::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 14px solid #ffe500;
    border-right: 0;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-9px);
  }
}
@media screen and (max-width: 1220px) {
  #header {
    width: 100%;
    height: 75px;
    padding: 0 75px 0 0;
    text-align: left;
    display: flex;
    justify-content: space-between;
  }
  .language {
    position: relative;
  }
  .language::after {
    display: none;
  }
  .language li {
    width: auto;
  }
  #header .logo {
    margin: 0;
  }
  #header .logo img {
    width: 154px;
    height: 75px;
  }
  .btn {
    width: 150px;
    height: 75px;
  }
  .hamburger {
    width: 75px;
    height: 75px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .hamburger::after {
    content: "";
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    right: 0;
    top: 75px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
  }
  .hamburger > span {
    position: absolute;
    background: #fff;
    display: block;
    left: 20px;
    width: 35px;
    height: 2px;
    transition: all 0.4s ease;
  }
  .hamburger > span:nth-child(1) {
    top: 27px;
  }
  .hamburger > span:nth-child(2) {
    top: 37px;
  }
  .hamburger > span:nth-child(3) {
    top: 47px;
  }
  .hamburger.is-open > span:nth-child(1) {
    transform: translate(0, 10px) rotate(45deg);
  }
  .hamburger.is-open > span:nth-child(2) {
    opacity: 0;
  }
  .hamburger.is-open > span:nth-child(3) {
    transform: translate(0, -10px) rotate(-45deg);
  }

  #main {
    padding-left: 0;
  }
  /* gnav */
  .gnav {
    background-color: #00426a;
    position: absolute;
    right: 0;
    top: 75px;
    width: 226px;
    height: calc(100vh - 75px);
    text-align: center;
    transform: translateX(100%);
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
  }
  .menu-open .gnav,
  .menu-open .hamburger::after {
    transform: translateX(0%);
    visibility: visible;
    opacity: 1;
  }
  .gnav-menu {
    font-size: 18px;
  }
  .gnav-menu li {
    margin: 30px 0 0;
  }

  #mv {
    left: 0;
  }
  .concept {
    align-items: flex-start;
    padding: 40px 0 0;
  }
  #main > section {
    margin-bottom: -1px;
  }
  .sec {
    min-height: auto;
  }
  .menu .gallery {
    flex-wrap: wrap;
  }
  .menu .gallery li {
    width: 50%;
  }
  .gallery span {
    font-size: 46px;
  }
  .title {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  #header {
    padding-left: 10px;
  }
  #header .logo {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #header .logo img {
    width: 115px;
    height: auto;
  }
  .btn {
    width: 125px;
  }
  .sns img {
    width: 40px;
  }

  #mv {
    height: calc(100vh - 70px);
  }
  #mv h2 {
    right: 0;
    bottom: 50px;
    padding: 0 20px;
  }

  /*  */
  .orner {
    background-position: center bottom 40px;
    background-size: 811px 262px;
    padding: 0 0 322px;
  }
  .orner .inner {
    padding: 0;
  }
  .concept {
    margin-bottom: 20px;
  }
  .profile {
    padding: 20px 0 0;
  }
  .concept dt {
    width: 80px;
  }
  .sec {
    padding: 40px 0;
  }
  .title {
    margin-bottom: 30px;
    padding: 0 20px;
  }
  .access .title {
    margin-bottom: 20px;
  }
  /* p.font-bold {
    font-size: 16px;
  } */
  .gallery {
    margin-bottom: 20px;
  }
  .gallery span {
    font-size: 24px;
  }
  .map {
    padding: 20px 0;
  }
  .map iframe {
    height: 100vw;
  }
  .access p.font-bold {
    font-size: 16px;
    margin: 0 0 10px;
  }

  .menu li:nth-child(2) span {
    top: -50px;
  }
  .menu li:nth-child(3) span {
    top: 50px;
  }
  .menu li:nth-child(4) span {
    top: -25px;
  }
}
#loading {
  background-color: #00426a;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 12;
}
#loading .logo {
  opacity: 0;
  transform: translateY(40px);
}
.mask {
  background-color: #10698e;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  #loading .logo {
    transform: translateY(20px);
  }
  #loading .logo img {
    width: 230px;
  }

  .eng .btn {
    font-size: 13px;
  }
  .eng .orner .inner p {
    text-align: justify;
    font-size: 14px;
  }
}

/* 予約案内画面 */
.rsv {
  background-color: #00436a;
}
#container_rsv {
  max-width: 600px;
  margin: 0px auto;
  font-size: 12px;
  letter-spacing: 0.5px;
  background-color: #fff;
  border-right: #ddc774 1px solid;
  border-left: #ddc774 1px solid;
  border-bottom: #ddc774 1px solid;
  color: #333;
  padding-bottom: 2em;
}
#header_rsv {
  background: url(../img/reservation/navimenu_bg.jpg) top repeat-x;
  width: auto;
  margin: 0 auto;
  height: 45px;
  border-bottom: #ccc 1px solid;
}
#main_rsv {
  max-width: 540px;
  margin: 0px auto;
  padding: 0 20px;
}
#main_rsv .d-flex {
  display: flex;
  padding: 1.7em 0;
}
#main_rsv h1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
}
#main_rsv h2 {
  background: url(../img/reservation/h2_bg.jpg) top repeat-x;
  padding: 0.5em 1em;
  margin-bottom: 1em;
  border-top: #dedede 1px solid;
  border-bottom: #dedede 1px solid;
  font-size: 14px;
  font-weight: bold;
}
.main_rsv_block {
  margin: 0 0 20px;
}
.main_rsv_block p {
  margin-left: 20px;
}
.c-blue {
  color: #00436a;
  font-size: 16px;
  font-weight: bold;
  margin: 2em 0 0;
}
.linkto {
  background: url(../img/reservation/arrow.png) no-repeat right center;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  .linkto:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  #main_rsv h1 {
    font-size: 24px;
  }
  .c-blue {
    font-size: 15px;
  }
}

@media screen and (max-height: 760px) and (min-width: 1221px) {
  #header .btn{
    font-size: 16px;
    min-height: 40px;
    height: 50px;
  }
  #header .logo img{
    height: 130px;
    object-fit: cover;
  }
  .gnav-menu{
    font-size: 16px;
  }
}
@media screen and (max-height: 760px) and (min-width: 1000px) {
  .gnav-menu li{
    margin: 1vw 0 0;
  }
  .sns img{
    width: 40px;
  }
}