@charset "utf-8";

html {
  width: 100%;
}

body {
  width: 100%;
  font-family: 'メイリオ';
  font-size: 62.5%;
  margin: 0;
}

*,
*::before ,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

.wrapp_all {
  width: 100%;
  overflow: hidden;
}

.pc_menu_content {
  display: none;
}

.pc_top {
  display: none;
}

/* ハンバーガーメニュー */
.menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 10px;
    width: 20px;
    justify-content: center;
    align-items: center;
    z-index: 90;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 20px;
    border-radius: 3px;
    background-color: #031790;
    position: absolute;
    transition: .3s;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
#menu-btn-check {
    display: none;
}
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    margin-top: 30px;
    background-color: #fff;
}
.menu-content ul {
    padding: 70px 10px 0;
}
.menu-content ul li {
    border-bottom: solid 1px #031790;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 12px;
    box-sizing: border-box;
    color:#031790;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #031790;
    border-right: solid 2px #031790;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 24;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 1000;
    background-color: #fff;
    transition: all 0.5s;/*アニメーション設定*/
}
#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}

header {
  width: 100%;
  height: 30px;
}

.header_title {
  display: block;
  margin: 0 auto;
}

.top_movie {
  position: relative;
  display: block;
  margin: 0 auto;
  margin-top: 30px;
  width: 330px;
  height: 210px;
}

.top_movie video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 330px;
  height: 210px;
  object-fit: cover;
}

.top_movie img {
  display: block;
  position: absolute;
  width: 20%;
  top: 30;
  left: 50%;
  transform: translateX(-50%);
}

main {
  width: 100%;
  margin: 0;
  padding: 0;
  padding-bottom: 40px;
}

h1 {
  font-size: 1em;
  font-family: 'sans-serif';
  color: #031790;
  padding: 10px 0 0 10px;
}

/* スマホトプ画 */
.sp_top {
  width: 100%;
}
.sp_top img {
  width: 100%;
  height: auto;
}

.top_contents_container {
  margin-top: 6px;
}

.top_contents {
  width: 100%;
  height: 620px;
  z-index: -1000;
  background-image: url(img/background_sky.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0;
}
.top_contents .top_contents_txt_left {

}
.top_contents_txt1 img {
  display: block;
  width: 50%;
  height: auto;
  opacity: 0;
  transition: 1.5s;
  transform: translateY(-50px);
}
.top_contents_txt2 img {
  display: block;
  margin: 0 auto;
  width: 80%;
  opacity: 0;
  transition: 1s;
  transform: translateY(50px);
}
.top_contents .top_contents_img1 {

}
.top_contents_img1 img {
  padding-top: 30px;
  display: block;
  width: 90%;
  opacity: 0;
  transition: 1s;
  transform: translate(-100px,30px);
}
.top_contents .top_contents_txt_right {
  margin-top: 20px;
}
.top_contents_txt3 img {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  width: 80%;
  opacity: 0;
  transition: 1s;
  transform: translateY(-50px);
}
.top_contents_txt4 img {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  width: 80%;
  opacity: 0;
  transition: 1s;
  transform: translateY(50px);
}
.top_contents .top_contents_img2 {
  width: 70%;
  height: auto;
  margin-top: 30px;
}
.top_contents_img2 img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0;
  transition: 1s;
  transform: translate(-100px,30px);
}
/* コンセプト文字 */
.concept_txt_container {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.concept_txt_container .concept_txt_wrapper1 {
  width: 90%;
  display: block;
  margin: 0 auto;
  margin-top: 100px;
}
.concept_txt_container .concept_txt_wrapper2 {
  width: 100%;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
}
.concept_txt_container .concept_txt_wrapper3 {
  width: 90%;
  display: block;
  margin: 20px auto;
}
.concept_txt1 img {
  width: 100%;
  display: block;
  opacity: 0;
  transition: 1s 0.3s;
  transform: scale(1.1);
}
.concept_txt2 img {
  width: 100%;
  display: block;
  opacity: 0;
  transition: 1s .5s;
  transform: translateY(80px);
}
.concept_txt3 img {
  width: 100%;
  display: block;
  opacity: 0;
  transition: 1s 0.5s;
  transform: translateY(50px);
}
.concept_txt4 img {
  width: 90%;
  display: block;
  margin: 0 auto;
  opacity: 0;
  transition: 1s 1s;
  transform: translateY(50px);
}
.concept_price img {
  width: 90%;
  display: block;
  margin: 40px auto;
  opacity: 0;
  transition: 1s 1s;
  transform: translateY(50px);
}
.concept_txt5 img {
  width: 90%;
  display: block;
  opacity: 0;
  transition: 1s;
  transform: translateY(20px);
}
.concept_txt6 img {
  width: 100%;
  display: block;
  opacity: 0;
  transition: 1s;
  transform: scale(1.3);
}
.concept_txt7 img {
  width: 100%;
  display: block;
  opacity: 0;
  transition: 1s;
  transform: scale(1.3);
}
.concept_txt8 img {
  width: 100%;
  display: block;
  opacity: 0;
  transition: 1s;
  transform: scale(1.3);
}

.concept_txt1.show img,
.concept_txt2.show img,
.concept_txt3.show img,
.concept_txt4.show img,
.concept_txt5.show img,
.concept_txt6.show img,
.concept_txt7.show img,
.concept_txt8.show img,
.concept_price.show img {
  transform: none;
  opacity: 1;
}

/* トップコンテンツアニメーション */
.top_contents_txt1.show img,
.top_contents_txt2.show img,
.top_contents_txt3.show img,
.top_contents_txt4.show img,
.top_contents_img1.show img,
.top_contents_img2.show img {
  transform: none;
  opacity: 1!important;
}

/* near */
.near_wrapper {
  width: 100%;
  margin-top: 6px;
}
.near_wrapper .near_tit_img {
	width: 100%;
	  height: auto;
}
.near_wrapper .near_tit_img img {
  width: 100%;
  height: auto;
}
.near_wrapper .near_tit_txt {
  width: 100%;
}
.near_wrapper .near_tit_txt h2 {
  width: 85%;
  display: block;
  margin: 20px auto;
  padding: 1rem 2rem;
  border-bottom: 3px solid #203686;
  font-size: 18px;
}

.near_tit_txt i {
  font-size: 20px;
}

.near_wrapper .near_contents {
  width: 100%;
}

.near_wrapper .near_contents img {
  width: 100%;
  height: auto;
}

/* zero */
.zero_wrapper {
  width: 100%;
}
.zero_wrapper .zero_tit_img {
  width: 100%;
}
.zero_wrapper .zero_tit_img img {
  width: 100%;
  height: auto;
}
.zero_wrapper .zero_tit_txt {
  width: 100%;
}
.zero_wrapper .zero_tit_txt h2 {
  width: 85%;
  display: block;
  margin: 20px auto;
  padding: 1rem 2rem;
  border-bottom: 3px solid #203686;
  font-size: 18px;
}

.zero_tit_txt i {
  font-size: 20px;
}

.zero_wrapper .zero_contents {
  width: 100%;
}

.zero_wrapper .zero_contents img {
  width: 100%;
  height: auto;
}

/* hangar */
.hangar_wrapper {
  width: 100%;
}
.hangar_wrapper .hangar_tit_img {
  width: 100%;
}
.hangar_wrapper .hangar_tit_img img {
  width: 100%;
  height: auto;
}
.hangar_wrapper .hangar_tit_txt {
  width: 100%;
}
.hangar_wrapper .hangar_tit_txt h2 {
  width: 90%;
  display: block;
  margin: 20px auto;
  padding: 1rem 2rem;
  border-bottom: 3px solid #203686;
  font-size: 18px;
}

.hangar_wrapper .hangar_contents {
  width: 100%;
}

.hangar_wrapper .hangar_contents img {
  width: 100%;
  height: auto;
}

/* centrair_spot */
.centrairspot_wrapper {
  width: 100%;
}

.centrairspot_wrapper .centrairspot_tit_txt h2 {
  width: 90%;
  display: block;
  margin: 20px auto;
  padding: 1rem 2rem;
  border-bottom: 3px solid #203686;
  font-size: 18px;
}

/* skybg_txt_wrapper */
.skybg_txt_wrapper {
  width: 100%;
  background-image: url(img/sky_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 600px;
  margin-top: 30px;
}
.skybg_txt_wrapper h2 {
  text-align: center;
  padding-top: 16px;
  color: #203686;
  font-size: 20px;
  line-height: 30px;
}
.skybg_txt_wrapper p {
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  line-height: 24px;
  padding: 10px;
  color: #203686;
  margin-top: 30px;
}

/* wedding_plice_wrapper */
.wedding_plice_wrapper {
  width: 100%;
}
.wedding_plice_tit {
  width: 100%;
}
.wedding_plice_tit p {
  text-align: center;
  font-weight: bold;
}
.wedding_plice_tit img {
  width: 90%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* ドレス */
.dress_wrapper {
  width: 100%;
  margin-top: 30px;
  background-color: #ffedfe;
  padding: 30px 0;
}
.dress_tit {
  width: 100%;
}
.dress_tit h2 {
  width: 80%;
  display: block;
  margin: 16px auto;
  font-size: 16px;
  text-align: center;
  background-color: #1b347f;
  padding: 10px;
  color: #fff;
  border-radius: 6px;
}
.dress_tit p {
  text-align: center;
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}
.dress_tit img {
  width: 100%;
  height: auto;
}
.dress_img {
  width: 100%;
}
.dress_img img {
  width: 100%;
  height: auto;
}

/* 私たちにできること */
.we_can_wrapper {
  width: 100%;
  margin-top: 30px;
}
.we_can_wrapper p {
  text-align: center;
  margin: 12px auto;
  font-size: 12px;
}
.we_can_wrapper img {
  width: 90%;
  display: block;
  margin: 0 auto;
}
.we_can_wrapper h2 {
  width: 80%;
  display: block;
  margin: 6px auto;
  font-size: 16px;
  text-align: center;
  color: #1b347f;
}
.we_can1 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}

.we_can1 .we_can1-1 {
  width: 50%;
  display: block;
  margin: 0 auto;
  padding: 5px;
}

.we_can1 .we_can1-1 img {
  width: 70%;
  display: block;
  margin: 0 auto;
  height: auto;
  border-radius: 50%;
}

.we_can1 .we_can1-1 p {
  width: 80%;
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-top: 6px;
  font-size: 16px;
  background-color: #203686;
  color: #fff;
  padding: 10px 0;
  border-radius: 6px;
}

.we_can1 .we_can1-2 {
  width: 50%;
  display: block;
  margin: 0 auto;
  padding: 5px;
}

.we_can1 .we_can1-2 img {
  width: 70%;
  display: block;
  margin: 0 auto;
  height: auto;
  border-radius: 50%;
}

.we_can1 .we_can1-2 p {
  width: 80%;
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-top: 6px;
  font-size: 16px;
  background-color: #203686;
  color: #fff;
  padding: 10px 0;
  border-radius: 6px;
}

.we_can1 p {
  flex-wrap: wrap;
}

.we_can2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}

.we_can2 .we_can2-1 {
  width: 33%;
  display: block;
  margin: 0 auto;
  padding: 5px;
}

.we_can2 .we_can2-1 img {
  width: 70%;
  display: block;
  margin: 0 auto;
  height: auto;
  border-radius: 50%;
}

.we_can2 .we_can2-1 p {
  width: 80%;
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-top: 6px;
  font-size: 12px;
  background-color: #203686;
  color: #fff;
  padding: 6px 0;
  border-radius: 6px;
}

.we_can2 .we_can2-2 {
  width: 33%;
  display: block;
  margin: 0 auto;
  padding: 5px;
}

.we_can2 .we_can2-2 img {
  width: 70%;
  display: block;
  margin: 0 auto;
  height: auto;
  border-radius: 50%;
}

.we_can2 .we_can2-2 p {
  width: 80%;
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-top: 6px;
  font-size: 12px;
  background-color: #203686;
  color: #fff;
  padding: 6px 0;
  border-radius: 6px;
}

.we_can2 .we_can2-3 {
  width: 33%;
  display: block;
  margin: 0 auto;
  padding: 5px;
}

.we_can2 .we_can2-3 img {
  width: 70%;
  display: block;
  margin: 0 auto;
  height: auto;
  border-radius: 50%;
}

.we_can2 .we_can2-3 p {
  width: 80%;
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-top: 6px;
  font-size: 12px;
  background-color: #203686;
  color: #fff;
  padding: 6px 0;
  border-radius: 6px;
}


.we_can_wrapper p {
  margin-top: 10px;
  padding: 0 10px;
  line-height: 14px;
}

.plus {
  margin: 30px auto;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

/* タイトル文字 */
.movie_bg {
  position: relative;
  display: block;
  width: 100%;
  height: 700px;
}

.movie_bg video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
  width: 100%;
  height: 700px;
  overflow: hidden;
  object-fit: cover;
}

.movie_bg img {
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  height: auto;
}

#page_top{
  width: 90px;
  height: 90px;
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.8;
}
#page_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #04169e;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #04169e;
}

/* アニメーションカーテン */
.animation-target {
  position: relative;
  overflow: hidden;
}
.animation-target > img {
  opacity: 0;
}
@keyframes showElements {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.animation-target.show > img {
  animation: showElements .01s .6s forwards;
}
.animation-target::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #00285f;
  transform: translateX(-100%);
}
@keyframes showMask {
  0% {
    transform: translateX(-100%);
  }
  55% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(100%);
  }
}
.animation-target.show::before {
  animation: showMask 1.2s forwards;
}
/* ポエムテキストアニメーション */
.poem1_txt.show img,
.poem2_txt.show img,
.poem3_txt.show img,
.poem4_txt.show img {
  transform: none;
  opacity: 1!important;
}

/* フォトギャラリー */
.gallery_wrapper {
  width: 100%;
  display: block;
}
.gallery_tit {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.gallery_tit img {
  width: 80%;
  display: block;
  margin: 0 auto;
  opacity: 0;
  transition: 1s;
  transform: translateX(-50px);
}
.gallery_tit.show img {
  transform: none;
  opacity: 1!important;
}
.photogallery {
  scroll-snap-type: x mandatory;
  width: 100%;
  overflow: scroll;
  display: flex;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
.swiper-container {
  height: 400px;
  max-height: 500px;
}
.gallery_wrapper .gallery_slider {
  width: 100%;
  position: relative;
  opacity: 0;
  transition: 1s;
  transform: translateX(50px);
}
.gallery_wrapper .gallery_slider.show {
  transform: none;
  opacity: 1!important;
}
.gallery_wrapper .gallery_slider .swiper-wrapper {
  position: absolute;
  top: 40;
}
.swiper-pagination {
  bottom: 0;
}

/* スワイパー */
.swiper-container {
  width: 100%;
  display: block;
  margin: 0px auto;
}
.swiper-wrapper {
  width: 100%;
}
.swiper-slide {
  height: auto;
}
.swiper-wrapper .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* フォトスポット */
.pc_point_wrapper {
  display: none;
}

.spot_container {
  background-color: #f3ffff;
  margin-top: 0;
}
.spot_tit {
  width: 100%;
  display: block;
  margin: 0 auto;
  margin-top: 50px;
}
.spot_tit img {
  width: 80%;
  display: block;
  margin: 0 auto;
}

.spot2_photo {
  width: 100%;
  display: grid;
  grid-template:
  "left1 right1"
  "left2 right2"
  "left3 right3"
  "left4 right4"
  /50% 50%;
}
.spot2_photo .left1 {
  grid-area: left1;
  width: 100%;
  height: auto;
  margin: 0;
}
.spot2_photo .left1 img {
  width: 100%;
  margin: 0;
  opacity: 0;
  transition: .5s;
  transform: translateX(-10px);
}
.spot2_photo .left2 {
  grid-area: left2;
  width: 100%;
  height: auto;
  margin: 0;
}
.spot2_photo .left2 img {
  width: 100%;
  margin: 0;
  opacity: 0;
  transition: .5s;
  transform: translateX(-10px);
}
.spot2_photo .left3 {
  grid-area: left3;
  width: 100%;
  height: auto;
  margin: 0;
}
.spot2_photo .left3 img {
  width: 100%;
  margin: 0;
  opacity: 0;
  transition: .5s;
  transform: translateX(-10px);
}
.spot2_photo .left4 {
  grid-area: left4;
  width: 100%;
  height: auto;
  margin: 0;
}
.spot2_photo .left4 img {
  width: 100%;
  margin: 0;
  opacity: 0;
  transition: .5s;
  transform: translateX(-10px);
}
.spot2_photo .right1 {
  grid-area: right1;
  width: 100%;
  height: auto;
  margin: 0;
}
.spot2_photo .right2 img {
  width: 100%;
  margin: 0;
  opacity: 0;
  transition: .5s;
  transform: translateX(10px);
}
.spot2_photo .right2 {
  grid-area: right2;
  width: 100%;
  height: auto;
  margin: 0;
}
.spot2_photo .right1 img {
  width: 100%;
  margin: 0;
  opacity: 0;
  transition: .5s;
  transform: translateX(10px);
}
.spot2_photo .right3 {
  grid-area: right3;
  width: 100%;
  height: auto;
  margin: 0;
}
.spot2_photo .right3 img {
  width: 100%;
  margin: 0;
  opacity: 0;
  transition: .5s;
  transform: translateX(10px);
}
.spot2_photo .right4 {
  grid-area: right4;
  width: 100%;
  height: auto;
  margin: 0;
}
.spot2_photo .right4 img {
  width: 100%;
  margin: 0;
  opacity: 0;
  transition: .5s;
  transform: translateX(10px);
}
.left1.show img,
.left2.show img,
.left3.show img,
.left4.show img {
  transform: none;
  opacity: 1!important;
}
.right1.show img,
.right2.show img,
.right3.show img,
.right4.show img {
  transform: none;
  opacity: 1!important;
}

.price {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.price img {
  width: 90%;
  display: block;
  margin: 0 auto;
}

/* アニメーションカーテン */
.spot1_contents_wrapper .animation-target {
  position: relative;
  overflow: hidden;
}
.spot1_contents_wrapper .animation-target > img {
  opacity: 0;
}
@keyframes showElements {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.spot1_contents_wrapper .animation-target.show > img {
  animation: showElements .01s .6s forwards;
}
.spot1_contents_wrapper .animation-target::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #cc0000;
  transform: translateX(-100%);
}
@keyframes showMask {
  0% {
    transform: translateX(-100%);
  }
  55% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(100%);
  }
}
.spot1_contents_wrapper .animation-target.show::before {
  animation: showMask 1.2s forwards;
}

.spot3_contents_wrapper .animation-target {
  position: relative;
  overflow: hidden;
}
.spot3_contents_wrapper .animation-target > img {
  opacity: 0;
}
@keyframes showElements {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.spot3_contents_wrapper .animation-target.show > img {
  animation: showElements .01s .6s forwards;
}
.spot3_contents_wrapper .animation-target::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #cea434;
  transform: translateX(-100%);
}
@keyframes showMask {
  0% {
    transform: translateX(-100%);
  }
  55% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(100%);
  }
}
.spot3_contents_wrapper .animation-target.show::before {
  animation: showMask 1.2s forwards;
}

.spot4_contents_wrapper .animation-target {
  position: relative;
  overflow: hidden;
}
.spot4_contents_wrapper .animation-target > img {
  opacity: 0;
}
@keyframes showElements {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.spot4_contents_wrapper .animation-target.show > img {
  animation: showElements .01s .6s forwards;
}
.spot4_contents_wrapper .animation-target::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #32ebed;
  transform: translateX(-100%);
}
@keyframes showMask {
  0% {
    transform: translateX(-100%);
  }
  55% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(100%);
  }
}
.spot4_contents_wrapper .animation-target.show::before {
  animation: showMask 1.2s forwards;
}

.left1.show img,
.left2.show img,
.left3.show img,
.left4.show img {
  transform: none;
  opacity: 1!important;
}
.right1.show img,
.right2.show img,
.right3.show img,
.right4.show img {
  transform: none;
  opacity: 1!important;
}
.price {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.price img {
  width: 90%;
  display: block;
  margin: 0 auto;
}


/* スポットアニメーション */
.spot1_mainvisual.show img,
.spot2_mainvisual.show img,
.spot3_mainvisual.show img,
.spot4_mainvisual.show img,
.spot5_mainvisual.show img,
.spot5_subvisual.show img {
  transform: none;
  opacity: 1;
}
.spot1_mainvisual.show p,
.spot2_mainvisual.show p,
.spot3_mainvisual.show p,
.spot4_mainvisual.show p {
  transform: translateX(0px);
  opacity: 1!important;
}

.textAnimation {
  font-size: 4.6em;
  font-family: 'メイリオ';
  display: flex;
  justify-content: center;
  align-items: center;
}
.textAnimation:not(:first-of-type) {
  margin-top: 20px;
}
@keyframes showTextFromBottom {
  0% {
    transform: translateY(110%);
  }
  100% {
    transform: translateY(0px);
  }
}
.textAnimation span {
  display: inline-block;
}
.textAnimation > span {
  overflow: hidden;
}
.textAnimation > span > span {
  animation: showTextFromBottom cubic-bezier(0, 0.8, 0.2, 1) .3s backwards;
}

/* 他のスポット */
.hr {
  margin: 0;
  margin-top: 16px;
  padding: 0;
}

.other_wrapper {
  width: 100%;
  background-color: #ecfffc;
  padding: 20px 0;
}
.other_wrapper h2 {
  font-size: 14px;
  text-align: center;
  line-height: 24px;
  color: #1b347f;
}
.other1 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}

.other1 .other1-1 {
  width: 40%;
  display: block;
  margin: 0 auto;
  padding: 5px;
}

.other1 .other1-1 img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.other1 .other1-1 p {
  text-align: center;
  margin-top: 6px;
}

.other1 .other1-2 {
  width: 40%;
  display: block;
  margin: 0 auto;
  padding: 5px;
}

.other1 .other1-2 img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.other1 .other1-2 p {
  text-align: center;
  margin-top: 6px;
}

.other1 p {
  flex-wrap: wrap;
}

.other2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}

.other2 .other2-1 {
  width: 33%;
  display: block;
  margin: 0 auto;
  padding: 5px;
}

.other2 .other2-1 img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.other2 .other2-1 p {
  text-align: center;
  margin-top: 6px;
}

.other2 .other2-2 {
  width: 33%;
  display: block;
  margin: 0 auto;
  padding: 5px;
}

.other2 .other2-2 img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.other2 .other2-2 p {
  text-align: center;
  margin-top: 6px;
}

.other2 .other2-3 {
  width: 33%;
  display: block;
  margin: 0 auto;
  padding: 5px;
}

.other2 .other2-3 img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.other2 .other2-3 p {
  text-align: center;
  margin-top: 6px;
}

.other_wrapper p {
  margin-top: 10px;
  padding: 0 10px;
  line-height: 14px;
}

/* お気軽にお問い合わせ */
.free_to_ask_wrapper {
  width: 100%;
  margin-top: 24px;
}
.free_to_ask_wrapper img {
  width: 80%;
  display: block;
  margin: 16px auto;
}
.free_to_ask_tit {
  width: 100%;
}
.free_to_ask_tit img {
  width: 80%;
  display: block;
  margin: 0 auto;
}
.free_to_ask_tit p {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #04169e;
}

/*フッターメニュー*/
.footer {
  width: 100%;
  margin-bottom: 48px;
}
.global-nav {
  width: 100%;
  max-width: 750px;
  position: fixed;
  z-index: 10000;
  left: 0;
  bottom: 0;
  background: #031790;
}
.nav-list {
  width: 100%;
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  padding: 0;
  list-style: none;
  text-align: center;
}
.nav-item {
  display: table-cell;
  border: solid 1px gray;
  padding: 10px 0px;
}
.nav-item p {
  color: #fff;
}
.nav-item a {
  text-decoration: none;
}
.nav-item i {
  display: block;
  font-size: 1.6em;
  color: white;
}
.nav-item a span img {
  transform: scale(0.7);
}

/* 問い合わせフォーム */
.reservation_tit_Wrapper {
  width: 100%;
}
.reservation_tit img {
  width: 75%;
  display: block;
  margin: 0 auto;
  margin-top: 48px;
}
#formWrap {
	width:100%;
  display: block;
	margin:0 auto;
  margin-top: 36px;
  background-color: white;
}
#formWrap p {
  font-size: 1.2em;
  text-align: center;
}
#formWrap h3 {
  font-size: 1.4em;
  text-align: center;
  color: #031790;
}

#formWrap2 {
	width:100%;
  display: block;
	margin:0 auto;
  margin-top: 36px;
  background-color: white;
}
#formWrap2 p {
  font-size: 1.2em;
  text-align: center;
}
#formWrap2 h3 {
  font-size: 1.4em;
  text-align: center;
  color: #031790;
}

#formWrap3 {
	width:100%;
  display: block;
	margin:0 auto;
  margin-top: 36px;
  background-color: white;
}
#formWrap3 p {
  font-size: 1.2em;
  text-align: center;
}
#formWrap3 h3 {
  font-size: 1.4em;
  text-align: center;
  color: #031790;
}

#formWrap4 {
	width:100%;
  display: block;
	margin:0 auto;
  margin-top: 36px;
  background-color: white;
}
#formWrap4 p {
  font-size: 1.2em;
  text-align: center;
}
#formWrap4 h3 {
  font-size: 1.4em;
  text-align: center;
  color: #031790;
}

#formWrap5 {
	width:100%;
  display: block;
	margin:0 auto;
  margin-top: 36px;
  background-color: white;
}
#formWrap5 p {
  font-size: 1.2em;
  text-align: center;
}
#formWrap5 h3 {
  font-size: 1.4em;
  text-align: center;
  color: #031790;
}

#formWrap6 {
	width:100%;
  display: block;
	margin:0 auto;
  margin-top: 36px;
  background-color: white;
}
#formWrap6 p {
  font-size: 1.2em;
  text-align: center;
}
#formWrap6 h3 {
  font-size: 1.4em;
  text-align: center;
  color: #031790;
}

.formTable {
  width: 100%;
  margin: 0 auto;
}
table.formTable td {
	width: auto;
	display: block;
  margin: 0 auto;
  font-size: 1em;
}
table.formTable th {
  display: block;
	border-bottom:0;
  color: #fff;
  font-size: 1em;
}
input[type="text"], textarea {
	width: 100%;
	padding: 20px;
	font-size: 1.2em;
	display: block;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:100%;
	height:35px;
  background-color: #fff;
  color: #031790;
}
.date_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
input[type="date"],input[type="time"] {
  width: 35%;
  height: 30px;
  font-size: 1.2em;
}
table{
  width: 85%;
  margin: 0 auto;
  margin-top: 6px;
  border-collapse: collapse;
  border: solid 1px black;
  font-family: 'メイリオ',
}

table tr{
  border-bottom: solid 1px black;
}

table tr:last-child{
  border-bottom: none;
}

table th{
  text-align: center;
  background-color: #031790;
  color: black;
  padding: 10px 0;
  font-size: 1em;
}

table td {
	font-size: 1.2em;
	padding-left: 6px;
  padding: 1.2em;
}

.btn {
    color: #fff;
    margin: 0 auto;
    font-size: 20px;
    background-color: #00285f;
    padding: .3em .5em;
    margin-bottom: .3em;
    border-radius: .3em;
    text-align: center;
    display: table;
}
.btn:hover {
    cursor: pointer;
}
.btn:active {
    background: rgb(127, 194, 239);
}
.box {
    height: 700px;
}

/* radio non-display */
.add-control .radio{
    display: none;
}
/* button control */
.add-control #close:checked ~ .btn-close {
    display: none;
}
.add-control #close:checked ~ .btn-open {
    display: table;
}
.add-control #open:checked ~ .btn-close {
    display: table;
}
.add-control #open:checked ~ .btn-open {
    display: none;
}
/* content control */
.add-control #close:checked ~ .box {
    display: none;
}
.add-control #open:checked ~ .box {
    display: block;
}


.btn1 {
    color: #fff;
    margin: 0 auto;
    font-size: 20px;
    background-color: #cc0000;
    padding: .3em .5em;
    margin-bottom: .3em;
    border-radius: .3em;
    text-align: center;
    display: table;
}
.btn1:hover {
    cursor: pointer;
}
.btn1:active {
    background: rgb(127, 194, 239);
}
/* button control */
.add-control #close1:checked ~ .btn-close {
    display: none;
}
.add-control #close1:checked ~ .btn-open {
    display: table;
}
.add-control #open1:checked ~ .btn-close {
    display: table;
}
.add-control #open1:checked ~ .btn-open {
    display: none;
}
/* content control */
.add-control #close1:checked ~ .box {
    display: none;
}
.add-control #open1:checked ~ .box {
    display: block;
}


.btn2 {
    color: #fff;
    margin: 0 auto;
    font-size: 20px;
    background-color: #04169e;
    padding: .3em .5em;
    margin-bottom: .3em;
    border-radius: .3em;
    text-align: center;
    display: table;
}
.btn2:hover {
    cursor: pointer;
}
.btn2:active {
    background: rgb(127, 194, 239);
}
/* button control */
.add-control #close2:checked ~ .btn-close {
    display: none;
}
.add-control #close2:checked ~ .btn-open {
    display: table;
}
.add-control #open2:checked ~ .btn-close {
    display: table;
}
.add-control #open2:checked ~ .btn-open {
    display: none;
}
/* content control */
.add-control #close2:checked ~ .box {
    display: none;
}
.add-control #open2:checked ~ .box {
    display: block;
}


.btn3 {
    color: #fff;
    margin: 0 auto;
    font-size: 20px;
    background-color: #cea434;
    padding: .3em .5em;
    margin-bottom: .3em;
    border-radius: .3em;
    text-align: center;
    display: table;
}
.btn3:hover {
    cursor: pointer;
}
.btn3:active {
    background: rgb(127, 194, 239);
}
/* button control */
.add-control #close3:checked ~ .btn-close {
    display: none;
}
.add-control #close3:checked ~ .btn-open {
    display: table;
}
.add-control #open3:checked ~ .btn-close {
    display: table;
}
.add-control #open3:checked ~ .btn-open {
    display: none;
}
/* content control */
.add-control #close3:checked ~ .box {
    display: none;
}
.add-control #open3:checked ~ .box {
    display: block;
}


.btn4 {
    color: #fff;
    margin: 0 auto;
    font-size: 20px;
    background-color: #00c6cd;
    padding: .3em .5em;
    margin-bottom: .3em;
    border-radius: .3em;
    text-align: center;
    display: table;
}
.btn4:hover {
    cursor: pointer;
}
.btn4:active {
    background: rgb(127, 194, 239);
}
/* button control */
.add-control #close4:checked ~ .btn-close {
    display: none;
}
.add-control #close4:checked ~ .btn-open {
    display: table;
}
.add-control #open4:checked ~ .btn-close {
    display: table;
}
.add-control #open4:checked ~ .btn-open {
    display: none;
}
/* content control */
.add-control #close4:checked ~ .box {
    display: none;
}
.add-control #open4:checked ~ .box {
    display: block;
}

/* お客様の声 */
.voice_wrapper {
  width: 100%;
  margin-top: 30px;
  padding: 30px 0;
  background-color: #ecfffc;
}
.voice_tit h2 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 12px;
  color: #203686;
}
.voice_tit img {
  width: 90%;
  display: block;
  margin: 0 auto;
}

.voice_wrapper h3 {
  font-size: 14px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #203686;
}

.voice_wrapper p {
  font-size: 10px;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 12px;
  text-decoration: underline #203686;
}
.arrow_answer,
.arrow_question {
    position: relative;
    background: #fff;
    border: 1px solid #c8c8c8;
    border-radius: 10px;
    width:80%;
    font-size: 12px;
    line-height: 20px;
    padding:3%;
}

.arrow_question {
    float: right;
}

.arrow_answer:after,
.arrow_answer:before,
.arrow_question:after,
.arrow_question:before {
    top: 30%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_question:after,
.arrow_question:before {
    right: 100%;
}

.arrow_answer:after,
.arrow_answer:before{
     left: 100%;
}

.arrow_answer:after,
.arrow_question:after {
    border-color: rgba(255, 255, 255, 0);
    border-width: 8px;
    margin-top: -8px;
}

.arrow_answer:after{
    border-left-color: #fff;
}

.arrow_question:after{
    border-right-color: #fff;

}

.arrow_answer:before,
.arrow_question:before {
    border-color: rgba(200, 200, 200, 0);
    border-width: 9px;
    margin-top: -9px;
}

.arrow_answer:before{
    border-left-color: #c8c8c8;
}

.arrow_question:before {
    border-right-color: #c8c8c8;
}

.question_image{
     float: left;
     width:15%;
}

.answer_image{
     float: right;
     width:15%;
}

.answer_image img,
.question_image img{
    border-radius: 50px;
    display: block;
    margin: 0 auto;
    max-width: 60px;
    width: 100%;
}

.question_Box .name {
    text-align: center;
    font-size: 12px;
}
.question_Box{
     width: 90%;
     display: block;
     margin: 0 auto;
     overflow: hidden;
     margin-bottom: 8px;
}
