@charset "utf-8";

/**
 *
 *  ページ用CSS
 *　index
 */
/*--------------------------------------------------------------------------
   Header
---------------------------------------------------------------------------*/
#Header{
  position: fixed;
  left: 0;
  top: 0;
  z-index: 12000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 50px;
  transition: .3s;
  background: rgba(255,255,255,0); 
}
#Header.scroll{
  background: rgba(255,255,255,0.9);
}
#Header .logo{
  margin: 0 30px;  
}

#Content {
	margin-top: 0;
}

/* ---------------------------------------------------------------------------
			#Gnav	
				グローバルナビゲーション
--------------------------------------------------------------------------- */
#Gnav{
    position: relative;
    width: 100%;
	display: flex;
  align-items: center;	
}
#Gnav .nav-area{
  position: absolute;
  right: 20px;
}
#Gnav .nav-area a{
  background-color: #b2977c;
  padding: 2px 25px;
  border-radius: 15px;
  color: #fff;
  font-size: 1.4rem;
  transition : .3s;  
}
#Gnav .nav-area a:hover{
  opacity: .7;
}


/* Content
---------------------------------------------------------------------------*/

/* Mv
---------------------------------------------------------------------------*/
#Mv{
  position: relative;
  height :44.2708333333vw;
  overflow: hidden;
}
#Mv .MV-inner{
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
#Mv .MV-inner .pic p.sub{
  position: absolute;
  top:30%;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform:  translateX(-50%);
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.5em;
  color:#fff;
}
#Mv .MV-inner .pic p.title{
  position: absolute;
  top:40%;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform:  translateX(-50%);
  text-align: center;
  font-size: 5.5rem;
  letter-spacing: 10px;
  color:#fff;
}




/* point
-----------------------------------------------------------------*/

#Mv+.point{
  width: 80%;
  margin: 70px auto; 
    text-align: center;
}
#Mv+.point img{
    width: 375px;
}
#Mv+.point h1{
  padding: 30px 0 20px;
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 8px;
  line-height: 1.6em;
}
#Mv+.point p{
  margin-top: 20px;
  font-size: 2.6rem;
  letter-spacing: 8px;
  line-height: 1.8em;
}
#Mv+.point .copy{
  margin-top: 70px;
  font-size: 2.2rem;
  letter-spacing: 5px;
}




/* kalae
-----------------------------------------------------------------*/
.kalae{
  display: block;
  width: 100%;
  height: 60vw;
  position: relative;
}
.kalae h2{
  position: absolute;
  right: 20%;
  width: 26.8vw;
  z-index: 1;
}
.kalae .sec-mainimage{
  position: absolute;
  left: 0;
  top: 5.0vw;
  width: 60%;
}
.kalae .txt{
  position: absolute;
  right: 1%;
  top:18vw;
  width: 35%;
  font-size: 2.2rem;
}
.kalae .copy{
  position: absolute;
  top: 53vw;
  width: 60%;
  padding-left: 3%;
  font-size: 1.8rem;
}

.kalae .sec-subimage{
  position: absolute;
  right: 0;
  top: 36vw;
  width: 35%;
}



/* ward
-----------------------------------------------------------------*/
.ward{
  width: 100%;
  height: 40vw;
  position: relative;
}
.ward h2{
  position: absolute;
  left: 3%;
  width: 63vw;
  z-index: 1;
}
.ward .sec-mainimage{
  position: absolute;
  left: 3%;
  top: 5.0vw;
  width: 34%;
}
.ward .txt{
  position: absolute;
  right: 3%;
  top:11vw;
  width: 57%;
  font-size: 2.2rem;
}
.ward .copy{
  position: absolute;
  right: 3%; 
  top: 18vw;
  width: 57%;
  font-size: 1.8rem;
}



/* about
-----------------------------------------------------------------*/
.about{
  width: 80%;
  max-width: 1000px;
  margin: 0 auto 60px;
}
.about h2{
  width: 28.4vw;
  margin: 0 auto 4.7vw; 
  z-index: 1;
}
.about .copy{
  font-size: 1.8rem;
}




/* brand
-----------------------------------------------------------------*/
.brand {
  width: 100%;
  height: 30vw;
  position: relative;
}
.brand h2{
  position: absolute;
  left: 3%;
  width: 27.6vw;
  z-index: 1;
}
.brand .explain{
  position: absolute;
  top: 5vw;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform:  translateX(-50%);
  margin: auto;
  width: 80%;
  max-width: 1000px;
  padding: 50px 40px;
  background-color: #e1d3c5;
}
.brand .explain h3{
  font-size: 1.8rem;
  letter-spacing: 3px;
  margin-bottom: 15px;
}



/* movie
-----------------------------------------------------------------*/
.movie{
  width: 80%;
  max-width: 1000px;
  margin: 80px auto 60px;
}
.movie h2{
  width: 26.46vw;
  margin: 0 auto 1.5vw; 
  z-index: 1;
}
.movie .txt{
  font-size: 2.2rem;
  text-align: center;
}
.movie ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 80px;
}
.movie ul li{
  /*width: 31%;*/
  width: 960px; 
  height: 540px;
  margin: 0 1% 30px;
}
.movie ul li img{
  width: 100%;
}


/* concierge service
-----------------------------------------------------------------*/
.concierge{
  width: 100%;
  height: 83vw;
  position: relative;
}
.concierge h2{
  position: absolute;
  right: 3%;
  width: 85.83vw;
  z-index: 1;
}
.concierge .bg-gray{
  position: absolute;
  top: 5vw;
  left:0;
  width: 85.25vw;
  height: 75vw;
  background-color: #ececec;   
}
.concierge .concierge-inner{
  position: absolute;
  top: 5vw;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform:  translateX(-50%);
  margin: 80px auto;
  width: 80%;
  max-width: 1000px;
  padding: 50px 40px;
}
.concierge .copy{
  font-size: 1.8rem;
}
.concierge .txt{
  font-size: 2.2rem;
  text-align: left;
  margin-top: 30px;
}
.concierge ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 80px;
  margin-bottom: 60px;
}
.concierge ul li{
  width: 31%;
  margin: 0 1%;
}
.concierge ul li img{
  width: 100%;
}
.concierge ul li .copy{
  padding-left: 3%; 
  margin-bottom: 0.6vw;
}
.concierge ul li .outline{
  padding-left: 3%; 
  font-size: 1.5rem;
}




/* contact
-----------------------------------------------------------------*/
.contact{
  position: relative;
  width: 100%;
  height: 2000px;
}
.contact .contact-inner{
  position: absolute;
  width: 100%;
  height: 36.45833333vw;
  background-image: url(../image/contact-bg.jpg);
  background-size: auto;
}
.contact .contact-title{
  position: absolute;
  top:40%;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform:  translateX(-50%);
  display: block;
  max-width: 500px !important;
  margin: 0 auto;
  padding: 18px 100px 20px;
  background:  #fff;
  color: #2a7f90;
  font-size: 2.0rem;
  line-height: 1;
  text-align: center;
  border-radius: 30px;
}
.contact .contact-area{
  position: absolute;
  top:35vw;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform:  translateX(-50%);
  max-width: 1000px;
  margin: 60px auto;
}









/* footer
-----------------------------------------------------------------*/
footer .footer-inner{
  width: 90%;
  max-width: 1200px;
  margin: 50px auto 30px;
  text-align: left;
}
footer .footer-inner img{
  margin-bottom: 30px;
}
footer .footer-inner ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-bottom: 120px;
}
footer .footer-inner ul li{
  width: 24%;
  margin: 0 0.5%;
}
footer .footer-inner ul li h3{
  font-size: 1.6rem;
}
footer .footer-inner ul li h4{
  font-size: 1.4rem;
  margin-left: 10px;
}
footer .footer-inner ul li a{
  font-size: 1.4rem;
  margin-left: 20px;
}

footer .copyright{
  width: 100%;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #002349;
  font-size: 1.2rem;
  color: #fff;
}








/*--------------------------------------------------------------------------
   middle NOTE PC
---------------------------------------------------------------------------*/
@media screen and (max-width: 1536px) {
    
/* movie
-----------------------------------------------------------------*/
.movie{
  margin: 180px auto 60px;
}
    

/* concierge service
-----------------------------------------------------------------*/
.concierge{
  height: 100vw;
}
  
.concierge .bg-gray{
  height: 95vw; 
}
 
/* contact
-----------------------------------------------------------------*/
.contact{
  height: 1900px;
}
    
    
}







/*--------------------------------------------------------------------------
   Tablet
---------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
/* Mv
---------------------------------------------------------------------------*/
#Mv .MV-inner .pic p.sub{
  position: absolute;
  top:30%;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform:  translateX(-50%);
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5em;
  color:#fff;
}
#Mv .MV-inner .pic p.title{
  position: absolute;
  top:45%;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform:  translateX(-50%);
  text-align: center;
  font-size: 3.5rem;
  letter-spacing: 10px;
  color:#fff;
}
    
/* kalae
-----------------------------------------------------------------*/
.kalae{
  height: 80vw;
}

/* ward
-----------------------------------------------------------------*/
.ward{
  height: 60vw;
}

/* brand
-----------------------------------------------------------------*/
.brand {
  height: 42vw;
}
 
/* concierge service
-----------------------------------------------------------------*/
.concierge{
  height: 150vw;
}
.concierge .bg-gray{
  width: 90vw;
  height: 145vw;  
}    
 
/* contact
-----------------------------------------------------------------*/
.contact{
  height: 1700px;
}

    
    
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
/* movie
-----------------------------------------------------------------*/
.movie{
  width: 90%        
    }
.movie ul li{
  width: 100%; 
  height: 50.625vw;
  margin: 0 1% 30px;
}
    
/* footer
-----------------------------------------------------------------*/
footer .footer-inner ul li h3{
  font-size: 1.5rem;
}
footer .footer-inner ul li h4{
  font-size: 1.3rem;
  margin-left: 10px;
}
footer .footer-inner ul li a{
  font-size: 1.1rem;
  margin-left: 20px;
}    
}






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

	#Header{
		background: rgba(255,255,255,1);  
	}
	#Content {
		margin-top: 49px;
	}
	
/* Header
---------------------------------------------------------------------------*/
#Header{
  height: 40px;
    }
#Header.scroll{
  background: rgba(255,255,255,1);
}
#Header .logo{
  width: 50%;
  margin: 0 0px;  
}
#Content {
	margin-top: 0;
}

/* #Gnav	
グローバルナビゲーション
--------------------------------------------------------------------------- */
#Gnav{
}
#Gnav .nav-area{
  position: s;
  right: 0;
}
#Gnav .nav-area a{
  padding: 2px 20px 4px;
  font-size: 1.2rem;
}

/* Content
---------------------------------------------------------------------------*/


    
/* Mv
---------------------------------------------------------------------------*/
#Mv{
  position: relative;
  height :66.7vw;
  overflow: hidden;
}
#Mv .MV-inner .pic p.sub{
  position: absolute;
  top:35%;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform:  translateX(-50%);
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.1em;
  color:#fff;
}
#Mv .MV-inner .pic p.title{
  position: absolute;
  top:55%;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform:  translateX(-50%);
  text-align: center;
  font-size: 3.5rem;
  letter-spacing: 10px;
  color:#fff;
}
    
    
    
    
/* point
-----------------------------------------------------------------*/

#Mv+.point{
  width: 90%;
  margin: 50px auto; 
}
#Mv+.point img{
    width: 70%px;
}
#Mv+.point h1{
  font-size: 2.0rem;
  letter-spacing: 4px;
  line-height: 1.6em;
}
#Mv+.point  p{
  margin-top: 15px;
  font-size: 2.4rem;
  letter-spacing: 4px;
  line-height: 1.4em;
}
#Mv+.point .copy{
  margin-top: 50px;
  font-size: 1.6rem;
  letter-spacing: 4px;
  text-align: left;
}

    
/* kalae
-----------------------------------------------------------------*/
.kalae{
  height: auto;
  position: static;
}
.kalae h2{
  position: static;
  width: 90%;
  margin: 0 auto 1.5vw 20px;
}
.kalae .sec-mainimage{
  position: static;
  width: 100%;
}
.kalae .txt{
  position: static;
  width: 90%;
  margin: 30px auto;
  font-size: 1.8rem;
  text-align: center;
}
.kalae .copy{
  position: static;
  width: 90%;
  margin: 0 auto 30px;
  padding-left: 0%;
  font-size: 1.6rem;
}
.kalae .sec-subimage{
  position: static;
  width: 80%;
}
    
    
/* ward
-----------------------------------------------------------------*/
.ward{
  width: 100%;
  height: auto;
  position: static;
}
.ward h2{
  position: static;
  width: 90%;
  margin: 0 auto 1.5vw 20px;
}
.ward .sec-mainimage{
  position: static;
  width: 100%;
}
.ward .txt{
  position: static;
  width: 90%;
  margin: 30px auto;
  font-size: 1.8rem;
  text-align: center;
}
.ward .copy{
  position: static;
  width: 90%;
  margin: 0 auto 30px;
  padding-left: 0%;
  font-size: 1.6rem;
}
    
    
/* about
-----------------------------------------------------------------*/
.about{
  width: 90%;
  height: auto;
  margin: 100px auto 60px;
}
.about h2{
  width: 90%;
  margin: 0 auto 4.7vw 0; 
}
.about .copy{
  font-size: 1.6rem;
}
    
 
/* brand
-----------------------------------------------------------------*/
.brand {
  position: static;
  width: 100%;
  height: auto;
}
.brand h2{
  position: static;
  width: 90%;
  margin: 0 auto 1.5vw 20px;
}
.brand .explain{
  position: static;
  transform: translateX(-0%);
  -webkit- transform:  translateX(-0%);
  width: 100%;
  padding: 50px 40px;
}

 
/* movie
-----------------------------------------------------------------*/
.movie{
  width: 90%;
  height: auto;
  margin: 120px auto 60px;
}
.movie h2{
  width: 100%;
  margin: 0 auto 1.5vw 0; 
  z-index: 1;
}
.movie .txt{
  font-size: 1.8rem;
  text-align: center;
}
.movie ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
}
.movie ul li{
    width: 100%;
    height: 50.625vw;
}
 
    
/* concierge service
-----------------------------------------------------------------*/
.concierge{
  width: 100%;
  height: auto;
  position: static;
}
.concierge h2{
  position: static;
  width: 90%;
  margin: 0 auto 1.5vw 20px;
}
.concierge .bg-gray{
  display: none;  
}
.concierge .concierge-inner{
  position: static;
  transform: translateX(-0%);
  -webkit- transform:  translateX(-0%);
  margin: 10px auto;
  width: 100%;
  padding: 50px 20px;
  background-color: #ececec;  
}
.concierge .txt{
  font-size: 1.8rem;
}
.concierge ul{
  display: block;
  margin-top: 50px;
  margin-bottom: 60px;
}
.concierge ul li{
  width: 100%;
  margin: 0 0 50px;
}
.concierge ul li .copy{
  padding-left: 3%; 
  margin-bottom: 15px;
  font-size: 1.8rem
}

    
    
/* contact
-----------------------------------------------------------------*/
  .contact{
  position: relative;
  height: 1300px;
}
  .contact .contact-inner{
  position: absolute;
  width: 100%;
  height: 36.45833333vw;
  background-image: url(../image/contact-bg.jpg);
  background-size: 100%;
}
.contact .contact-title{
  position: absolute;
  width: 70%;
  padding: 10px 15px;
  font-size: 1.8rem;
}
.contact .contact-area{
  width: 90%;
  margin: 0px auto;
}    
   
    
/* footer
-----------------------------------------------------------------*/
footer .footer-inner{
  width: 90%;
  height: auto;
  margin: 10px auto 0px;
}
footer .footer-inner img{
  margin-bottom: 30px;
}
footer .footer-inner ul{
  display: block;
  margin-bottom: 60px;
}
footer .footer-inner ul li{
  width: 100%;
  margin: 0 0 30px;
  font-size: 1.4rem;
  line-height: 2em;
  border-bottom: solid thin #999;
}
footer .copyright{
  font-size: 1.0rem;
}
     
}



/*--------------------------------------------------------------------------
   mobile 468px
---------------------------------------------------------------------------*/
@media screen and (max-width: 468px) {
.movie{
  width: 100%;
  margin: 120px auto 60px;
}
.movie ul li{
    width: 100%;
    height: 56.25vw;
}   
    
}