@charset "utf-8";
/* ===================================================================
 style info : ヘッダーやフッターなどサイト内共通
=================================================================== */

/*----------------------------------------------------
	共通
----------------------------------------------------*/
html {
  overflow-y: scroll;/* スクロールバーの有無によるズレ対策 */
  font-size: 62.5%;
  background: #ffffff;
  position: relative;
  height: 100%;
}

body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"Noto Sans JP", sans-serif;
  background: #ffffff;
  color: #000000;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  position: relative;
  height: 100%;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, body {
		font-feature-settings: "pkna";
	}
}

/*----------------------------------------------------
    リンク
----------------------------------------------------*/
a:link {
  color: #333333;
  text-decoration: none;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
}

a:visited {
  color: #333333;
  text-decoration: none;
}

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

a:active {
  color: #333333;
  text-decoration: none;
}

a.link:link {
  color: #0000ff;
  text-decoration: none;
}

a.link:visited {
  color: #0000ff;
  text-decoration: none;
}

a.link:hover {
  color: #0000ff;
  text-decoration: none;
}

a.link:active {
  color: #0000ff;
  text-decoration: none;
}

/* -----------------------------------------------------------
    強制改行
----------------------------------------------------------- */
.word-break {
  word-break: break-all;
}

/* -----------------------------------------------------------
    main
----------------------------------------------------------- */
main {
  background: #fff;
}

main > section {
  padding: 0 5%;
}
/* -----------------------------------------------------------
    inner
----------------------------------------------------------- */
.inner {
	max-width: 700px;
	min-width: 0;
	width: 100%;
	margin-left: auto;
  margin-right: auto;
  display: block;
}

/* -----------------------------------------------------------
    pagetop
----------------------------------------------------------- */
#pagetop {
	position: fixed;
	bottom: 0;
	right: 2%;
	z-index: 999;
}

/* -----------------------------------------------------------
    img:hover
----------------------------------------------------------- */
a img:hover {
	opacity: 0.7;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
}
.slider_container {
  background: #fffcd9;
}
.swiper-container {
  width: 100%;
  height: 180px;
  margin-left: auto;
  margin-right: auto;
}
.swiper-slide {
  background-size: cover;
  background-position: center;
}
.gallery-top {
  height: 100vh;
  width: 100%;
  position: relative;
  z-index: 0;
}
.gallery-top > p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  z-index: 100;
  height: 100%;
  padding: 2% 0;
  text-align: center;
}
.gallery-top > p img {
  max-width: initial;
  width: auto;
  height: 100%;
}
.gallery-thumbs {
  box-sizing: border-box;
  padding: 10px 0;
  max-width: 700px;
  margin: 0 auto;
}
.gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.swiper-slide img {
  width: 100%;
}
.footer_reserve {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 700px;
  width: 80%;
  z-index: 100;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.movie-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0,0,0,0.8);
  z-index: 1000;
  cursor: pointer;
}
.movie-screen {
  display: none;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 1500;
  box-shadow: 0.85px 0.85px 5px rgba(155,155,155,0.75);
  width: 75%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
}
.movie-screen video {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px){
  .one-coin-inner,
  .approach,
  .one-coin_contet {
    padding: 0 5%;
  }
  .movie-overlay {
    z-index: 99999;
  }
  .movie-screen {
    z-index: 999999;
  }
}
.reserve_btn {
  display: block;
  width: 55%;
  margin: 0 auto 20px auto;
}