@charset "UTF-8";

/*contents
======================================================================*/
.top #contents {
    margin-top: 0px;
}
@media screen and (max-width: 768px){
.top #contents {
    margin-top: 0px;
}
}

#contents h2.ttl{
    text-align: center;
	font-size: 4.2rem;
	line-height: 1.4;
	color: #897d76;
}
@media screen and (max-width: 768px){
#contents h2.ttl{
    font-size: 2.2rem;
}
}

#contents h2.wht{
	color: #FFFFFF;
}

#contents h2.ttl span{
	font-size: 2.0rem;
	display: block;
}
@media screen and (max-width: 768px){
#contents h2.ttl span{
    font-size: 1.6rem;
}
}

/*MainVisual
======================================================================*/

.MainVisual {
    position: relative;
    width: 100%;
    /*height: 875px; /* Set to 875px instead of fullscreen */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: height 0.5s ease-out; /* Smooth height transition */
}

.MainVisual img {
	max-width: 100%;
    height: auto;
}

.MainVisual video {
	width: 100%;
    height: auto;
    position: relative;
}

/* cap */

.MainVisual p.cap{
    font-size: 1.2rem;
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #000000;
}
@media screen and (max-width: 768px) {
.MainVisual p.cap{
    right: 5px;
    bottom: 5px;
}
}

/* MainCopy
===================================*/
.MainCopy{
    width: 100%;
    max-width: 430px;
    position: absolute;
    top: 20%;
    left: 8%;
    /*transform: translateY(-50%);*/
    z-index: 3;
    text-align: center;
    transition: all 0.3s linear;
}

.MainCopy img{
    max-width: 100%;
    height: auto;
}

@media screen and (max-width: 768px) {
.MainCopy{
    width: 70%;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
}
}


/*------------------------------------------- 
fadetxt
-------------------------------------------*/

/* CSS */
.fadetxt li {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.fadetxt li:nth-child(1) {
  opacity: 1;
}

/* topinfo
======================================================================*/
.topinfo{
    width: 100%;
    padding: 60px 0;
    text-align: center;
}
@media screen and (max-width: 768px) {
.topinfo{
    padding: 30px 0;
}
}

/* concept
======================================================================*/
.concept{
	width: 100%;
	position: relative;
	background-image: url(../../images/index/concept_bg@2x.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.concept::before{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 180px;
	background: linear-gradient(to bottom, rgba(255,255,255,0.60), rgba(255,255,255,0.00));
}

.concept::after{
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 100%;
	height: 180px;
	background: linear-gradient(to bottom, rgba(255,255,255,0.00), rgba(255,255,255,1.00));
}

.concept .inner{
	max-width: 1200px;
    padding-top: 120px;
    padding-bottom: 240px;
	position: relative;
	z-index: 3;
}

@media screen and (max-width: 768px) {
.concept .inner{
    padding-top: 60px;
    padding-bottom: 120px;
}
}

.concept h2.ttl{
	margin-bottom: 80px;
}

.concept h3{
    text-align: center;
	margin-bottom: 60px;
}

.concept p.msg{
    text-align: center;
    font-size: 2.0rem;
    line-height: 2.2;
    letter-spacing: 0.05em;
}

.concept p.btm{
	font-size: 2.8rem;
    text-align: center;
	margin-top: 60px;
}

@media screen and (max-width: 768px) {
.concept h2.ttl{
   margin-bottom: 40px;
}
.concept h3{
	margin-bottom: 30px;
}
.concept p.msg{
    font-size: 1.2rem;
    letter-spacing: 0em;
}
.concept p.btm{
	font-size: 1.6rem!important;
	margin-top: 30px;
}
}


/* TopBnr
======================================================================*/
.TopBnr{
    width: 100%;
	position: relative;
	/*display: flex;
	flex-wrap: wrap;
	justify-content: space-between;*/
	padding-bottom: 160px;
}

@media screen and (max-width: 768px) {
.TopBnr{
	padding-bottom: 80px;
}
}

.TopBnr.town{
    margin-top: -80px;
}
@media screen and (max-width: 768px) {
.TopBnr.town{
    margin-top: -40px;
}
}

.TopBnr .inside{
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between; 
}

.TopBnr .TopBnr_img{
	width: 65%;
    max-width: 910px;
	position: relative;
}
.TopBnr .TopBnr_img div{
	position: relative;
}

@media screen and (max-width: 768px) {
.TopBnr .TopBnr_img{
	width: 100%;
}
}

.TopBnr .TopBnr_img h2.ttl{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate( -50%, -50%);
}

.TopBnr .TopBnr_txt{
	width: 30%;
	max-width: 420px;
	display: flex;
	flex-wrap: wrap;
	/*justify-content: center;*/
	text-align: left;
}
@media screen and (max-width: 768px) {
.TopBnr .TopBnr_txt{
	width: 100%;
	max-width: 420px;
	margin: 0 auto;
	text-align: center;
}
}

.TopBnr .TopBnr_txt h3{
	width: 100%;
	max-width: 236px;
	text-align: right;
}
@media screen and (max-width: 768px) {
.TopBnr .TopBnr_txt h3{
	max-width: 100%;
	text-align: center;
	margin: 20px auto;
}
}
@media screen and (max-width: 480px) {
.TopBnr .TopBnr_txt h3 img{
	width: 80px;
}
}

.TopBnr .TopBnr_txt .viewmore,
.TopBnr .TopBnr_txt .viewmore-off{
	margin-top: auto;
}
@media screen and (max-width: 768px) {
.TopBnr .TopBnr_txt .viewmore,
.TopBnr .TopBnr_txt .viewmore-off{
	text-align: center;
	margin: 0 auto;
}
}

.TopBnr p.cap{
    position: absolute;
	bottom: 5px;
	left: 5px;
	z-index: 3;
}


/* fadeInLeft-s
======================================================================*/

@-webkit-keyframes fadeInLeft-s {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-5%, 0, 0);
    transform: translate3d(-5%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft-s {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-5%, 0, 0);
    transform: translate3d(-5%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft-s {
  -webkit-animation-name: fadeInLeft-s;
  animation-name: fadeInLeft-s;
}

/* fadeInDown-s
======================================================================*/

@-webkit-keyframes fadeInDown-s {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -5%, 0);
    transform: translate3d(0, -5%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown-s {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -5%, 0);
    transform: translate3d(0, -5%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown-s {
  -webkit-animation-name: fadeInDown-s;
  animation-name: fadeInDown-s;
}


/* location
======================================================================*/
.location{
    width: 100%;
	position: relative;
	margin-bottom: 160px;
}
@media screen and (max-width: 768px) {
.location{
	margin-bottom: 80px;
}
}

.loc-ttl{
	position: absolute;
	top: 80px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
	text-align: center;
}
@media screen and (max-width: 768px) {
.loc-ttl{
	top: 30px;
}
}

.loc-img{
    width: 100%;
	position: relative;
}

.location p.catch{
    text-align: center;
	font-size: 2.6rem;
	line-height: 1.6;
	margin-top: 10px;
	margin-bottom: 30px;
	color: #000000;
}
@media screen and (max-width: 768px) {
.location p.catch{
	font-size: 1.8rem;
	line-height: 1.4;
	margin-bottom: 20px;
}
}

/* information
======================================================================*/
.information{
    width: 100%;
    position: relative;
    background-color: #f3f2e6;
    overflow: hidden;
}

.information .inner{
     max-width: 1000px;
    padding-top: 80px;
    padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
.information .inner{
    padding-top: 40px;
    padding-bottom: 40px;
}
}


/* ===== INFORMATION カスタマイズ ===== */

.information_cont{
    padding: 40px 0 0;
	font-size: 18px;
}
@media screen and (max-width: 768px) {
.information_cont {
  font-size: 12px;
}
}

.information_cont .b-date {
  color: #897d76;
}

.information_cont .b-txt {
  color: #897d76;
}

.information_cont .b-txt a {
  color: #897d76;
  text-decoration: none;
}

.information_cont dl {
	width: 100%;
}

.information_cont dl > dt,
.information_cont dl > dd {
	display: inline-block;
	vertical-align: top;
}

.information_cont dl > dt {
	margin-right: 20px;
	width: 100px;
}

.information_cont dl > dd {
	/*width: calc(100% - 160px);*/
}
@media screen and (max-width: 768px) {
.information_cont dl > dt {
	margin-right: 0;
	width: 100%;
}
.information_cont dl > dd {
	width: 100%;
}
}


/* movie
======================================================================
.movie{
    width: 100%;
    position: relative;
    padding: 20px 0 100px;
}

@media screen and (max-width: 768px) {
.movie{
    padding: 0 0 40px;
}
}

.movie .inner{
     max-width: 1060px;
}

.movie h3.mov{
    font-size: 2.2rem;
    text-align: center;
    border-top: 1px solid #8C7F76;
    padding-top: 15px;
    margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
.movie  h3.mov{
    font-size: 1.4rem;
}
.movie  h3.mov span{
    display: none;
}
}

.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
======================================================================*/


/* raijo_wrap
======================================================================*/
.raijo_wrap{
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    background-color: #f3f2e6;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
.raijo_wrap{
    width: 90%;
    margin-bottom: 40px;
}
}

.raijo_wrap .inner{
    width: 100%;
    border-top: 1px solid #8e7e76;
    border-bottom: 1px solid #8e7e76;
    padding: 40px 0;
}
@media screen and (max-width: 768px) {
.raijo_wrap .inner{
    padding: 20px 0;
}
}

.raijo_wrap h2{
    text-align: center;
}
@media screen and (max-width: 768px) {
.raijo_wrap h2 img{
    max-width: 280px!important;
}
}

.raijo_wrap p.btn{
    margin: 20px auto 0;
}

/***** box_raijo *****/
#contents a.box_raijo{
    width: 288px;
    height: 44px;
    color: #FFFFFF;
    transition: all 0.3s linear;
    border-top: 5px solid #8e7e76;
    border-bottom: 5px solid #8e7e76;
    font-size: 2.0rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    background-color: #716864;
}
#contents a.box_raijo:hover{
    opacity: 0.6;
}

/* model
======================================================================

* {
  -webkit-box-sizing: initial;
  box-sizing: initial;
}

.model{
    width: 100%;
    margin: 0 auto;
    position: relative;
    margin-bottom: 80px;
}
.model .inner{
    max-width: 1340px;
}

@media screen and (max-width: 480px) {
.model{
    margin-bottom: 40px;
}
}

.model h2.obi{
	font-size: 2.8rem;
	padding: 10px;
	margin: 0 5px 10px;
	text-align: center;
	background-color: #716864;
	color: #FFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (max-width: 480px) {
.model h2.obi{
    font-size: 1.8rem;
	padding: 6px;
}
}

.slick-img-2{
    position: relative;
}

.slick-img-2 p.cap{
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-size: 1.2rem;
	line-height: 1.3;
    text-align: right;
    color: #FFFFFF;
}

@media screen and (max-width: 768px) {
.slick-img-2 p.cap{
    font-size: 1.0rem;
}
}
======================================================================*/


/* plan（commonまとめ）
======================================================================

.plan{
	width: 100%;
	padding: 60px 80px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-image: url(../../images/index/plan-bg@2x.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
@media screen and (max-width: 768px) {
.plan{
	padding: 20px 30px;
}
}

.plan .inner{
	max-width: 1000px;
}

.plan-ttl{
	text-align: center;
	margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
.plan-ttl{
	margin-bottom: 30px;
}
}

.plan p.catch{
    text-align: center;
	font-size: 2.6rem;
	line-height: 1.6;
	margin-top: 10px;
	margin-bottom: 30px;
	color: #FFFFFF;
}

@media screen and (max-width: 768px) {
.plan p.catch{
	font-size: 1.8rem;
	line-height: 1.4;
	margin-bottom: 10px;
}
}

.plan p.caption{
    text-align: justify;
	font-size: 1.1rem;
	margin-top: 20px;
	color: #FFFFFF;
}

.plan-wrap{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media screen and (max-width: 768px) {
.plan-wrap {
}
}

.plan-col{
	width: 46%;
	max-width: 460px;
	display: flex;
	flex-wrap: wrap;
	background-color: #FFFFFF;
}

@media screen and (max-width: 768px) {
.plan-col{
	width: 100%;
	max-width: 460px;
	margin: 10px auto;
}
}

.plan-col .plan-img{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 20px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.plan-col .plan-btn{
	margin-top: auto;
	padding-top: 20px;
}

======================================================================*/