@charset "utf-8";
/* --------------------------------------------------
@import css
-------------------------------------------------- */
/* RESET CSS - ress.css */
@import url(./ress.css);
/* UTILITY CSS*/
@import url(./util.css);

/* ---------------------------------------------------------
MEDIA QUERY FORMAT
----------------------------------------------------------*/
@media screen and (max-width: 960px) {
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 640px) {
}

@media screen and (max-width: 320px) {
}

/* --------------------------------------------------
base layout
---------------------------------------------------*/
html {
  font-size: 62.5% !important; /* 62.5% = 10px = 1.0rem */
  min-height: 100%;
  visibility: visible;
}

body {
  background: #000;
  width: 100%;
  height: 100%;
  padding: 80px 0 0 0;
}

@media screen and (max-width: 640px) {

body {
  padding: 12.5vw 0 0 0;
}
}

.page {
  width: 100%;
  max-width: 960px;
  height: 100%;
  background: #fff;
  font-family: "nimbus-sans", "source-han-sans-japanese", sans-serif;
  color: #444;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: normal;
  margin: 0 auto;
  padding: 0;
}

/* --------------------------------------------------
sys
---------------------------------------------------*/
.anm,
.anm *,
.anm ::before,
.anm ::after {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

/*
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
*/

.sans {
  font-family: "nimbus-sans", "source-han-sans-japanese", sans-serif;
}

.serif {
  font-family: "garamond-premier-pro-display", "source-han-serif-japanese", serif;
}

.proxima {
  font-family: "proxima-nova", sans-serif;
}

a {
  display: inline-block;
  color: #444;
  text-decoration: none;
}

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

.on a,
.off a,
.active a {
  cursor: default;
  pointer-events: none;
}

.cap,
.caption {
  background: none;
  font-size: 10px;
  font-size: 1rem;
  line-height: 15px;
  line-height: 1.5rem;
}

.cap {
  padding-top: 5px;
}

.cap_tour {
  background: none;
  font-size: 3.75vw;
  line-height: 6.875vw;
  padding-top: 20px;
  margin-left: 20px;
}

img {
  width: auto;
  max-width: 100%;
  line-height: 1;
}

.ph {
}

.ph img {
  width: 100%;
}

.ph span {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 10px;
  font-size: 1rem;
  line-height: 15px;
  line-height: 1.5rem;
  padding: 5px;
}

.ph span.black {
  color: #000;
}

.ph span.white {
  color: #fff;
}

.wrap {
  position: relative;
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
}

.hov {
  opacity: 1;
  -webkit-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.hov:hover {
  opacity: 0.75;
}

/* --------------------------------------------------
header
---------------------------------------------------*/
header {
  font-family: "garamond-premier-pro-display", "source-han-serif-japanese", serif;
  position: fixed;
  top: 0;
  z-index: 99999;
  background: #fff;
  width: 100%;
  max-width: 960px;
  height: 12.5vw;
  max-height: 80px;
}

header h1.siteTitle {
  display: inline-block;
  vertical-align: top;
  width: 56.25%;
  height: 12.5vw;
  max-height: 80px;
  padding: 0 0 0 80px;
}

@media screen and (max-width: 640px) {

header h1.siteTitle {
  padding: 0 0 0 12.5%;
}
}

header h1.siteTitle a {
  display: block;
}

header h1.siteTitle a img {
  width: auto;
  height: 12.5vw;
  max-height: 80px;
}

header .menu {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 12.5%;
  max-width: 80px;
  height: 12.5vw;
  max-height: 80px;
}

header .menu a {
  display: block;
}

header .menu a img {
  display: block;
  width: 100%;
  height: 100%;
}

header .reserve {
  display: inline-block;
  vertical-align: top;
  width: 43.75%;
  height: 12.5vw;
  max-height: 80px;
}

header .reserve a {
  display: block;
  background: rgba(201,23,30,1);
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-size: 3rem;
  line-height: 80px;
  line-height: 8rem;
  width: 100%;
  height: 12.5vw;
  max-height: 80px;
}

@media screen and (max-width: 768px) {

header .reserve a {
  font-size: 3.75vw;
  line-height: 12.5vw;
}
}

header nav {
  display: none;
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
}

@media screen and (max-width: 640px) {

header nav {
  top: 12.5vw;
}
}

header nav ul {
  display: block;
  background: rgba(255,255,255,.9);
}

@media screen and (max-width: 640px) {

header nav ul {
  display: block;
  background: rgba(255,255,255,.9);
}
}

header nav ul li {
  display: block;
  width: 100%;
  max-height: 7.69230769vh;
}

header nav ul li a {
  display: block;
}

header nav ul.global {
}

header nav ul.global li {
}

header nav ul.global li a {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 50px;
  line-height: 5rem;
  height: 50px;
  padding: 0 3px;
  border-top: 1px solid rgba(0,0,0,.25);
}

header nav ul.global li.on a,
header nav ul.global li a:hover {
  background: rgba(255,255,255,1);
}

header nav ul.global li.langcv {
}

header nav ul.global li.langcv p {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  border-left: 1px solid rgba(0,0,0,.25);
}

header nav ul.global li.langcv p:nth-of-type(1),
header nav ul.global li.langcv p:nth-of-type(4) {
  border-left: none;
}

header nav ul.global li.langcv p.facebook a,
header nav ul.global li.langcv p.facebook a:hover {
  background: rgba(59,89,152,1);
}

header nav ul.global li.langcv p.pinterest a,
header nav ul.global li.langcv p.pinterest a:hover {
  background: linear-gradient(-135deg, #1400c8, #b900b4, #f50000);
}

header nav ul.global li.langcv p a {
}

header nav ul.global li.langcv p a img {
  width: 100%;
}

header nav ul.global li.reserve {
  width: 100%;
  max-height: 50px;
}

header nav ul.global li.reserve a {
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 50px;
  line-height: 5rem;
  letter-spacing: 0.03em;
  font-weight: 500;
  background: #c9171e;
  width: 100%;
  max-width: none;
  height: 50px;
  max-height: 50px;
  padding: 0 30px;
}

header nav ul.global li.langcv p:hover {
  opacity: .85;
}

header nav ul.global li.langcv p a img {
  display: inline-block;
  width: 50px;
  height: 50px;
}

/* --------------------------------------------------
nav format
---------------------------------------------------*/
nav ul {
  text-align: center;
  font-size: 0;
  line-height: 1;
}

nav ul li {
  display: inline-block;
  vertical-align: middle;
}


nav ul li a {
  display: inline-block;
  vertical-align: middle;
}

nav ul li.on:hover a {
  text-decoration: none;
}

nav ul li.off,
nav ul li.off * {
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
}

/* --------------------------------------------------
footer
---------------------------------------------------*/
footer {
  background: #fff;
  text-align: center;
  color: #000;
  width: 100%;
  max-width: 960px;
  z-index: 9999;
}

footer .company {
  font-size: 20px;
  line-height: 30px;
  padding: 15px 10px;
  letter-spacing: 0.075em;
}

@media screen and (max-width: 640px) {

footer .company {
  font-size: 3.125vw;
  line-height: 4.6875vw;
  padding: 2.34375vw 1.5625vw;
}
}

footer .company span {
  display: block;
  font-weight: 700;
  padding: 0 10px 0 0;
}

footer .company span::before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 30px;
  height: 21px;
  background: url(../imgs/logo.png) center center no-repeat;
  background-size: contain;
  margin: 3px 10px 6px 0;
}

@media screen and (max-width: 640px) {

footer .company span::before {
  width: 4.6875vw;
  height: 3.28125vw;
  margin: 0.46875vw 1.5625vw 0.9375vw 0;
}
}

footer .card {
  width: 137px;
  margin: 0 auto;
  padding: 0 0 15px 0;
}

footer .agreement,
footer .privacy {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 15px 0;
}

/* --------------------------------------------------
pagetop
---------------------------------------------------*/
#pagetop {
  display: none;
}

#pagetop a {
  display: block;
}

/* --------------------------------------------------
copyright
---------------------------------------------------*/
#copyright {
  font-family: "garamond-premier-pro-display", "source-han-serif-japanese", serif;
  text-align: center;
  background: #c9171e;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  line-height: 40px;
  line-height: 4rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  width: 100%;
  height: 80px;
  padding: 20px 0;
}

@media screen and (max-width: 640px) {

#copyright {
  font-size: 3.125vw;
  line-height: 6.25vw;
  height: 12.5vw;
  padding: 3.125vw 0;
}
}

/* --------------------------------------------------
bnr
---------------------------------------------------*/
#bnr {
  z-index: 9999;
}

#bnr ul {
  text-align: left;
  font-size: 0;
  line-height: 1;
  letter-spacing: 0;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 4%;
}

#bnr ul li {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 1%;
}

#bnr ul li a {
  display: block;
  background: #fff;
}

#bnr ul li a img {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

#bnr ul li a:hover img {
  opacity: .85;
}

/* --------------------------------------------------
colBox
---------------------------------------------------*/
.colBox {
  -webkit-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  font-size: 0;
  line-height: 1;
  letter-spacing: 0;
}

/* --------------------------------------------------
scroll
---------------------------------------------------*/
.scroll {
  overflow: auto;
  white-space: nowrap;
}
 .scroll::-webkit-scrollbar {
 height: 5px;
}
 .scroll::-webkit-scrollbar-track {
 background: #f1f1f1;
}
 .scroll::-webkit-scrollbar-thumb {
 background: #bcbcbc;
}

/* --------------------------------------------------
catch
---------------------------------------------------*/
#catch {
  font-family: "garamond-premier-pro-display", "source-han-serif-japanese", serif;
  text-align: center;
}

#catch h2 {
  font-size: 50px;
  font-size: 5rem;
  line-height: 80px;
  line-height: 8rem;
  letter-spacing: 0.2em;
  font-weight: 400;
  padding: 60px 0 30px 0;
}

@media screen and (max-width: 640px) {

#catch h2 {
  font-size: 7.8125vw;
  line-height: 12.5vw;
  padding: 9.375vw 0 4.6875vw 0;
}
}

#catch h2 span {
  display: block;
  color: #000;
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  line-height: 3rem;
  letter-spacing: 0.4em;
}

@media screen and (max-width: 640px) {

#catch h2 span {
  font-size: 3.125vw;
  line-height: 4.6875vw;
}
}

#catch h2::before {
  display: block;
  content: "";
  margin: 0 auto;
}

#catch h2::after {
  display: block;
  content: "";
  background: #000;
  width: 40px;
  height: 1px;
  margin: 5px auto 0 auto;
}

@media screen and (max-width: 640px) {

#catch h2::after {
  width: 6.25vw;
}
}

#catch .text {
  text-align: justify;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 42px;
  line-height: 4.2rem;
  letter-spacing: 0.1em;
  padding: 0 0 50px 0;
}

@media screen and (max-width: 640px) {

#catch .text {
  font-size: 3.75vw;
  line-height: 6.5625vw;
  padding: 0 0 7.8125vw 0;
}
}

#catch ul.slider {
  font-size: 0;
  line-height: 1;
  letter-spacing: 0;
  display: none;
}

#catch ul.slider.slick-initialized {
  display: block;
}

#catch ul.slider * {
  outline: none;
}

#catch ul.slider li {
}

#catch ul.slider .slick-arrow {
  display: block;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 0;
}

@media screen and (max-width: 640px) {

#catch ul.slider .slick-arrow {
  width: 12.5vw;
  height: 12.5vw;
  margin: -6.25vw 0 0 0;
}
}

#catch ul.slider .slick-prev {
  left: 0;
}

#catch ul.slider .slick-next {
  right: 0;
}

#catch ul.slider .slick-prev::before,
#catch ul.slider .slick-next::before {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  content: "";
  width: 20px;
  height: 40px;
}

@media screen and (max-width: 640px) {

#catch ul.slider .slick-prev::before,
#catch ul.slider .slick-next::before {
  width: 3.125vw;
  height: 6.25vw;
}
}

#catch ul.slider .slick-prev::before {
  background: url(../imgs/ico-arrow-prev.svg) center center no-repeat;
  background-size: contain;
  right: 30px;
}

@media screen and (max-width: 640px) {

#catch ul.slider .slick-prev::before {
  right: 4.6875vw;
}
}

#catch ul.slider .slick-next::before {
  background: url(../imgs/ico-arrow-next.svg) center center no-repeat;
  background-size: contain;
  left: 30px;
}

@media screen and (max-width: 640px) {

#catch ul.slider .slick-next::before {
  left: 4.6875vw;
}
}

#catch ul.slider .slick-dots {
  position: absolute;
  bottom: -50px;
  text-align: center;
  width: 100%;
  font-size: 0;
  line-height: 1;
  letter-spacing: 0;
}

#catch ul.slider .slick-dots li {
  display: inline-block;
  vertical-align: top;
  padding: 3px;
}

#catch ul.slider .slick-dots li button {
  display: block;
  width: 14px;
  height: 14px;
  background: #fff;
  border: 1px solid #6f6f6f;
  border-radius: 50%;
  cursor: pointer;
}

#catch ul.slider .slick-dots li.slick-active button {
  background: #6f6f6f;
}

/* ---------------------------------------------------------
h3.sttl
----------------------------------------------------------*/
h3.sttl {
  font-family: "garamond-premier-pro-display", "source-han-serif-japanese", serif;
  text-align: center;
  color: #000;
  font-size: 40px;
  font-size: 4rem;
  line-height: 50px;
  line-height: 5rem;
  letter-spacing: 0.2em;
  font-weight: 400;
  padding: 50px 0;
}

@media screen and (max-width: 640px) {

h3.sttl {
  font-size: 6.25vw;
  line-height: 7.8125vw;
  padding: 7.8125vw 0;
}
}

h3.sttl span {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  line-height: 3rem;
}

@media screen and (max-width: 640px) {

h3.sttl span {
  font-size: 3.125vw;
  line-height: 4.6875vw;
}
}

/* ---------------------------------------------------------
bgSlash
----------------------------------------------------------*/
.bgSlash::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../mov/bg-ptn.png) top center repeat;
  opacity: .15;
}

/* ---------------------------------------------------------
faq
----------------------------------------------------------*/
#faq {
}

#faq dl {
  padding: 0 0 30px 0;
}

#faq dl dt::after,
#faq dl dd::after {
  display: block;
  content: "";
  clear: both;
}

#faq dl dt {
  font-family: "garamond-premier-pro-display", "source-han-serif-japanese", serif;
  border-bottom: 1px solid #ccc;
  padding: 0 0 5px 0;
}

#faq dl dt::before {
  display: block;
  float: left;
  content: "Q.";
  font-size: 18px;
  line-height: 23px;
  width: 30px;
}

#faq dl dt p {
  display: block;
  float: right;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 23px;
  line-height: 2.3rem;
  width: 100%;
  margin: 0 0 0 -30px;
  padding: 0 0 0 30px;
}

#faq dl dd {
  display: block;
  padding: 15px 0 0 0;
}

#faq dl dd::before {
  font-family: "garamond-premier-pro-display", "source-han-serif-japanese", serif;
  display: block;
  float: left;
  content: "Answer.";
  color: #6f6f6f;
  font-size: 13px;
  line-height: 23px;
  width: 75px;
}

#faq dl dd p {
  display: block;
  float: right;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 23px;
  line-height: 2.3rem;
  width: 100%;
  margin: 0 0 0 -75px;
  padding: 0 0 0 75px;
}

#faq dl dd p::before {
  display: block;
  position: absolute;
  top: 0;
  left: 55px;
  content: "";
  width: 1px;
  height: 100%;
  background: #ccc;
}
