@charset "UTF-8";
/* CSS Document */

/*------------------------------*/
.spmask {
	display: block;
}
.sponly {
	display: none;
}
.sp700 {
	display: none;
}

/*------------------------------
	contents
------------------------------*/
#index {
  position: relative;
  background: url("../images/bg_wakura.png") repeat-y center;
  background-size: cover;
}
#index #contents {
  position: relative;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
}
#index #contents #kv{
  position: relative;
}
/*------------------------------
  kv
------------------------------*/
#kv {
  background-color: #fff;
}
#kv .wrap {
  position: relative;
}
#kv .wrap .logo {
  position: absolute;
  left: 50%;
  top: 50%;
	transform: translate(-50%, -55%);
    -webkit-transform: translate(-50%, -55%);
    -ms-transform: translate(-50%, -55%);
  z-index: 100;
}
#kv .wrap .scroll {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -20px;
  z-index: 100;
}
/*-----ズームインしながらスライド-------*/
#kv .wrap .main_imgBox {
  height: 100vh;
  overflow: hidden;
  position: relative;
}

#kv .wrap .main_img {
  z-index:10;
  opacity: 0;
  width: 100vw;
  height: 100vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: anime 40s 0s infinite;
  animation: anime 40s 0s infinite; }

#kv .wrap .main_img:nth-of-type(2) {
  -webkit-animation-delay: 8s;
  animation-delay: 8s; }

#kv .wrap .main_img:nth-of-type(3) {
  -webkit-animation-delay: 16s;
  animation-delay: 16s; }

#kv .wrap .main_img:nth-of-type(4) {
  -webkit-animation-delay: 24s;
  animation-delay: 24s; }

#kv .wrap .main_img:nth-of-type(5) {
  -webkit-animation-delay: 32s;
  animation-delay: 32s; }

  @keyframes anime {
    0% {
          opacity: 0;
      }
    7% {
        opacity: 1;
    }
    20% {
        opacity: 1;
    }
    27% {
      opacity: 0;
      transform: scale(1.1);
       z-index:9;
    }
    100% { opacity: 0 }
  }
  @-webkit-keyframes anime {
    0% {
        opacity: 0;
    }
    7% {
        opacity: 1;
    }
    20% {
        opacity: 1;
    }
    27% {
      opacity: 0;
       -webkit-transform: scale(1.1);
          z-index:9;
    }
    100% { opacity: 0 }
  }
/*-----------------------*/
#navi {
  margin-bottom: 170px;
  border-bottom: solid 1px #d1d1d1;
}
#anc1,#anc2,#anc3,#anc4,#anc5,#anc6,#anc7 {
  position: absolute;
  left: 0;
  top: -120px;
}
/*-----------------------*/
#kodawari,#menu,#info,#enkai {
  position: relative;
  margin-bottom: 190px;
}
#news {
  position: relative;
	margin-top: 410px;
  margin-bottom: 120px;
}
#instagram {
  position: relative;
	margin-bottom: 120px;
}
.inner {
  position: relative;
  max-width: 950px;
  margin: 0 auto;
}
.inner .photo_l,
.inner .photo_r {
  display: flex;
  justify-content: space-between;
}
.inner .photo_l .photo {
	display: block;
  margin-right: 60px;
}
.inner .photo_l .photo img {
  margin-bottom: 20px;
}
.inner .photo_l .photo img:last-of-type {
  margin-bottom: 0;
}
.inner .photo_l .textBox {
  position: relative;
  display: block;
}
.inner .photo_r .textBox {
  position: relative;
  display: block;
  margin-right: 60px;
}
.inner .textBox p {
  font-size: 16px;
  line-height: 2;
}
/*--------スライドするとフェードイン-----------*/
/* 画面外にいる状態 */
.fadein {
	opacity : 0.0;
	transform : translate(0, 60px);
	transition : all 1200ms;
	}

/* 画面内に入った状態 */
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
	}
/*-----------------------*/
#kodawari .inner .textBox img.hd {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -85px;
  margin-top: -70px;
}
#kodawari .inner .textBox p {
  margin-top: 160px;
}
#kodawari .inner .movie{
  position: relative;
  width: 60%;
  margin: 80px auto 100px;
}
#kodawari .inner .movie video{
  top:0;
  width: 100%;
  height: 100%;
  background: #000;/*背景を黒で表示*/
}
/*-----------------------*/
#menu .inner .textBox img.hd {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -60px;
  margin-top: -70px;
}
#menu .inner .textBox p {
  margin-top: 130px;
}
#menu .inner .btn {
  max-width: 340px;
  background-color: #9b9b9b;
  cursor: pointer;
  margin-top: 60px;
  text-align: center;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
#menu .inner .photo_r .btn a {
  display: block;
  width: 100%;
  padding: 14px 0;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}
#menu .inner .btn:hover {
 opacity: 0.6;
}
/*-----------------------*/
#info .inner .photo_r .photo ul.day {
  position: absolute;
  right: 0px;
  bottom: -200px;
}
#info .inner .photo_r .photo ul.day {
  font-size: 16px;
  line-height: 2;
}
#info .inner .photo_r .photo ul.day li{
  padding-left: 1em;
  text-indent: -1em;
}
#info .inner .photo_r .photo ul.day li span.emphasis{
  color: #a20101;
}
#info .inner .textBox img.hd {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -57px;
  margin-top: -70px;
}
#info .inner .textBox h3 {
  margin-top: 200px;
  font-size: 18px;
  margin-bottom: 16px;
}
#info .inner .textBox ul.address {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 30px;
}
#info .inner .photo_r .photo {
  margin-right: 60px;
}
#info .inner .textBox ul.address a {
  pointer-events: none;
  text-decoration: none;
  color: #2f2f2f;
}
#info .inner .textBox .btn {
  max-width: 450px;
  background-color: #9b9b9b;
  cursor: pointer;
  text-align: center;
  margin-bottom: 30px;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
#info .inner .textBox .btn a {
  display: block;
  width: 100%;
  padding: 12px 0;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}
#info .inner .textBox .btn:hover {
  opacity: 0.6;
}
#info .inner .textBox ul.traffic li {
  font-size: 16px;
  line-height: 2;
  padding-left: 1em;
  text-indent: -1em;
}
#info .inner .textBox ul.traffic span {
	font-weight: bold;
}
/*-----------------------*/
#news .inner .box {
  display: flex;
  justify-content: flex-start;
  margin-top: -70px;
}
#news .inner .box .textBox {
  margin-left: 80px;
}
#news .inner .box .textBox img.hd{
  margin-top: -30px;
}
#news .inner .box .news_ind table {
  width: 650px;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 60px;
}
#news .inner .box .news_ind tr {
  border-bottom: solid 1px #d1d1d1;
}
#news .inner .box .news_ind th {
  width: 80px;
  padding: 20px 30px 10px 0;
  font-weight: normal;
}
#news .inner .box .news_ind td:hover {
	opacity: 0.6;
}
#news .inner .box .news_ind td a {
	text-decoration: none;
	color: #2f2f2f;
}
#news .inner .box .news_ind td a.notLink {
	pointer-events: none;
}
#news  .inner .box .news_ind .btn {
  width: 340px;
  margin: 0 auto;
  background-color: #9b9b9b;
  cursor: pointer;
  text-align: center;
  margin-bottom: 40px;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
#news .inner .box .news_ind .btn a {
  display: block;
  width: 100%;
  padding: 12px 0;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}
#news  .inner .box .news_ind .btn:hover {
  -webkit-opacity: 0.6;
	-moz-opacity: 0.6;
	-ms-opacity: 0.6;
  opacity: 0.6;
}
/*-----------------------*/
#instagram {
  margin-top: -40px;
}
#instagram .ttl {
  height: 300px;
  background: url("../images/bk_instagram.png") no-repeat center center;
  background-size: cover;
  margin-bottom: 40px;
  text-align: center;
}
#instagram .ttl .ttlBox {
  display: flex;
	justify-content: center;
	align-items: center;
  margin: 0 auto;
  padding: 90px 105px 25px 0px;
}
#instagram .ttl .ttlBox .hdBox {
  text-align: left;
	margin-right: 10px;
	margin-top: 20px;
}
#instagram .ttl .ttlBox .hd {
  margin-bottom: 10px;
}
#instagram .ttl .ttlBox .linkBox {
	margin-right: 20px;
}
#instagram .ttl .ttlBox p {
  font-size: 16px;
	text-align: left;
}
#instagram .ttl .ttlBox p.comment {
  margin-bottom: 15px;
	line-height: 1.5;
}
#instagram .photo {
	text-align: center;
	margin-bottom: 100px;
}
#instagram .photo img {
	width: 30%;
}
/*-----------------------*/
#contact {
	position: relative;
	max-width: 950px;
  margin: 0 auto;
	text-align: center;
  margin-bottom: 120px;
}
#contact .hd {
  text-align: center;
  font-size: 28px;
  margin-bottom: 40px;
  font-weight: 600;
}
#contact p.text {
  font-size: 16px;
  margin-bottom: 50px;
	line-height: 2;
}
#contact p.text span.emphasis{
  color: #a20101;
}
#contact p.text a {
	color: #2f2f2f;
}
#contact .contactbtn {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 40px;
}
#contact .contactbtn .reserve {
	width: 480px;
	background-color: #9b9b9b;
	cursor: pointer;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
#contact .contactbtn .reserve a {
	display: block;
	width: 100%;
	padding: 20px 0;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
}
#contact .contactbtn .reserve:hover {
	opacity: 0.6;
}
#contact .lead {
	line-height: 2;
}
#contact .lead a {
	color: #2f2f2f;
}
/*-----------------------*/
#support {
  position: relative;
  max-width: 950px;
  margin: 0 auto;
  margin-bottom: 120px;
}
#support .hd {
  text-align: center;
  font-size: 28px;
  margin-bottom: 60px;
  font-weight: 600;
}
#support .supportBox ul {
  display: flex;
  justify-content: space-between;
	align-items: flex-start;
}
#support .supportBox li {
	cursor: pointer;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
#support .supportBox li:hover {
  opacity: 0.6;
}
/*-----------------------*/
#enkai .inner .textBox img.hd {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -78px;
  margin-top: -70px;
}
#enkai .inner .textBox p {
  margin-top: 210px;
}
#enkai .inner .btn {
  max-width: 340px;
  background-color: #9b9b9b;
  margin-top: 60px;
  text-align: center;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
#enkai .inner .btn a {
  display: block;
  width: 100%;
  padding: 14px 0;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}
#enkai .inner .btn:hover {
  opacity: 0.6;
}
