@charset "utf-8";


/*--------------------------------------------------------------------------
   html
---------------------------------------------------------------------------*/

html{

	font-size: 62.5%;
}


/*--------------------------------------------------------------------------
   body
---------------------------------------------------------------------------*/

body{
	position: relative;
	color: #0a0a0e;
	background: #FFF;
	font-family: "Noto Serif JP","YuMincho","Yu Mincho","HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.6rem;
	line-height: 1.8;
	-webkit-text-size-adjust: 100%;	
}
body.active { 
  height: 100%;
  overflow: hidden;
}
body.fixed{
  position: fixed;
  width:100%;
}

/* fonts */
.en{
	font-family: "Cinzel", serif;
}


/*--------------------------------------------------------------------------
   base link
---------------------------------------------------------------------------*/

a{
	outline: none;
}
a:link,
a:visited{
	text-decoration: none;
	color: #0a0a0e;
}
.tel-link{
	pointer-events: none;
}

.ophover{
	transition: opacity ease .3s;	
}
.ophover:hover{
	opacity: .7;
}



#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  left: 0;
  bottom: -50px;
  background: #666;
  opacity: 0.8;
  z-index: 10000;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 30px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 20px;
  top: -10px;
  bottom: 0;
  right: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  text-align: center;
}




/*--------------------------------------------------------------------------
   img
---------------------------------------------------------------------------*/
img{
	max-width: 100%;
	height: auto;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;		
}

/*--------------------------------------------------------------------------
   Animation
---------------------------------------------------------------------------*/

.fade,.fade01,.fade02,.fade03,.fade04,.blur,.zoom,
.delay01,.delay02,.delay03,.delay04,.delay05 {
	transition: 1.3s;
}
.fade {
	opacity: 0;
	transform: translate(0,0); 
}
.fade01{
	opacity: 0;
	transform: translate(0,50px); 
}
 .fade02 {
	opacity: 0;
	transform: translate(0,-50px); 
}
.fade03 {
	opacity: 0;
	transform: translate(-50px,0); 
}
.fade04 {
	opacity: 0;
	transform: translate(50px,0); 
}
.blur {
  -webkit-filter: blur(20px);
	filter: blur(20px);  
}
.zoom{
  opacity: 0;
  transform: scale(1.2,1.2);
}
.delay01{
	transition-delay: 0.3s;		
}
.delay02{
	transition-delay: 0.6s;		
}
.delay03{
	transition-delay: 0.9s;		
}
.delay04{
	transition-delay: 1.2s;		
}
.delay05{
	transition-delay: 1.5s;		
}

 .mv {
	opacity: 1;
  -webkit-filter: blur(0);
	filter: blur(0);
	transform: translate(0,0) scale(1,1); 
}


/*--------------------------------------------------------------------------
   PC
---------------------------------------------------------------------------*/
.sp{
	display: none;	
}
/* box-sizing ---*/	
header, footer, section, div, h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, th, td, a, span {
	box-sizing: border-box;
}


/*--------------------------------------------------------------------------
   Container
---------------------------------------------------------------------------*/
#Page{
	overflow: hidden;
  /* scroll-margin-top: 80px; */	
}
.inner{
	max-width: 1240px;
	padding: 0 20px;
	margin: 0 auto;
}
.layout-box{
  display: flex;
  justify-content: space-between;  
}



/*--------------------------------------------------------------------------
   header
---------------------------------------------------------------------------*/
.header{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100000;
	width: 100%;
	background-color: #fff;
}
.header .logo{
	position: relative;
    width: 210px;
	margin: 20px;
	z-index: 1;
}
.header .btn-trigger{
	position: fixed;
	right: 0;
	top: 0;
	z-index: 12000; 
	width: 100px;
	height: 80px;
	background: #bb9c62;
	line-height: 1;
	font-size: 1.4rem;
	color: #fff;
	cursor: pointer;
	transition: .3s;
}
.header .btn-trigger.dark{
	color: #0a0a0e;
}
.header.scroll .btn-trigger.dark,
.header .btn-trigger.open.dark{
	color: #fff;
}

.header .btn-trigger::before{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	background: #bb9c62;
	opacity: 0;
	transition: .5s;
}
.header.scroll .btn-trigger::before{
	opacity: 1;
}
.header .btn-trigger.open::before{
		position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	background: #bb9c62;
	transition: .5s;
	opacity: 1;
}
.header .btn-trigger span{
	position: absolute;
	left: 20px;
	width: 60px;
	height: 2px;
	background: #fff;
	transition: .3s;
}
.header .btn-trigger.dark span{
	background: #0a0a0e;
}
.header.scroll .btn-trigger.dark span,
.header .btn-trigger.open.dark span{
	background: #fff;
}
.header .btn-trigger span:nth-child(1){
	top: 26px;
}
.header .btn-trigger span:nth-child(2){
	top: 36px;
}
.header .btn-trigger.open span:nth-child(1){
	transform: rotate(25deg) translateY(5px);
}
.header .btn-trigger.open span:nth-child(2){
	transform: rotate(-25deg) translateY(-5px);
}
.header .btn-trigger small{
	position: absolute;
	left: 0;
	top: 50px;
	width: 100%;
	text-align: center;
	font-weight: 500;
	letter-spacing: .05em;
}
.header .btn-trigger.open small::after{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: "CLOSE";
	text-align: center;
	background: #bb9c62;
}


/* ---------------------------------------------------------------------------
			#Gnav	
				グローバルナビゲーション
--------------------------------------------------------------------------- */
header .gnav-logo{
	position: fixed;
	left: 0;
	top: 0;
    width: 210px;
	z-index: 15000;
	margin: 15px;
}
#Gnav{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10000;
	display: none;
	width: calc(100%-15px);
	background: #fff;
}
#Gnav .gnav-wrapper{
	display: flex;
	flex-direction: row-reverse;
	width: 100%;
	height: 100vh;
	padding-bottom: 50px;
}
#Gnav .nav-area{
    position: relative;
	width: 50%;
	height: 100%;
	padding-bottom: 40px;
	overflow: auto;
	opacity: 0;
	transition: 1s;
}
#Gnav .nav-area .pic_cap{
    margin-top: 30px;
    font-size: 1.0rem;
    line-height: 1.2;
}
#Gnav .pic-area{
	position: relative;
	width: 50%;
	height: 100vh;
  text-align: center;
  background: #fff;
	/*background: url(../../img/common/bg_menu.jpg) repeat-x;
	background-size: auto 100%;	*/
	opacity: 0;
	transition: 1s;
}
#Gnav .nav-area.on,
#Gnav .pic-area.on{
	opacity: 1;
}
#Gnav .pic-area h2{
	position: absolute;
	left: 0;
	top: 40%;
	width: 100%;
	line-height: 1;
	font-size: 5.124vw;
	letter-spacing: .08em;
	color: #fff;
}
#Gnav .pic-area img{
	width: auto;
	height: 100vh;
}
#Gnav .pic-area .caption{
  position: absolute;
  left: 5px;
  bottom: 5px;
  font-size: 1.2rem;
  color: #000; 
}
.gnav{
	padding: 60px 0 45px;
}
.gnav > li{
	position: relative;
	padding: 10px 1vw;	
}
.gnav > li .new{
	position: absolute;
	margin-top: 10px;
	margin-left: 20px;
	color: #fff;
	background: #964444;
	font-size: 1.0rem;
	padding: 0 10px;
	border-radius: 10px;
}
.gnav > li .main-nav{
	font-size: 2.4rem;
}
.gnav > li .main-nav::after{
	position: absolute;
	content: '▶';
	margin-top: 5px;
	margin-left: 10px;
	font-size: 1.0rem;
}
.gnav > li ul{
	display: flex;
	flex-wrap: wrap;
	padding-left: 2.2em;
}
.gnav > li ul li{
	display: block;
	width: 23%;
	margin-right: 5px;
    font-size: 1.4rem;
}
.gnav > li ul li .sub{
	font-size: 1.2rem;
	margin-left: -0.5rem;
}
.gnav > li.gnav-util ul li{
    font-size: 1.8rem;
}
.gnav > li p a{
	font-weight: 500;
	color: #bb9c62;
}
.gnav > li p a span{
	display: inline-block;
	transform: translateY(3px);
	font-size: 150%;
	line-height: 0.9;
}
.gnav > li ul li a{
  position: relative;
  display: inline-block;
}
/*.gnav > li ul li a:after{
  position:absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #0a0a0e;
  transition: .2s; 
}*/
.gnav > li ul li a:hover::after{
   opacity: 0;
}
.gnav > li.comingsoon::before{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(255,255,255,.8);
}
.gnav > li.comingsoon .txt-comingsoon{
	position: absolute;
	right: 40px;
  top: 50%;
	transform: translateY(-50%);
	z-index: 12;
	font-weight: 500;
  line-height: 1;
	letter-spacing: .05em;
	font-family: "Cinzel", serif;
}
.gnav > li.comingsoon .txt-comingsoon::before{
	position: absolute;
	left: -10px;
	bottom: 3px;
  	transform: translateX(-100%);
	z-index: 10;
	display: block;
	width: 90px;
	height: 1px;
	content: "";
	background: #0a0a0e;  
}
.gnav > li.comingsoon._premium::before{
	background: rgba(187,156,98,.8);
}
.gnav > li.comingsoon._premium p{
  position: relative;
  z-index: 100;  
}
.gnav > li.comingsoon._premium p a{
  color: rgba(255,254,187,.5);  
}
.gnav > li.comingsoon._premium .txt-comingsoon{
	color: #fff;
}
.gnav > li.comingsoon._premium .txt-comingsoon::before{
  background: #fff; 
}

.gnav.comingsoon ul li a::after{
  display: none;  
}



.gnav .gnav-util ul{
  justify-content: center;
  padding-left: 0;
  font-size: 1.8rem;  
}
.gnav .gnav-util ul li{
  width: 45%;
  margin: 10px 1vw 0;
  text-align: center;
}
.gnav .gnav-util ul li a{
    font-size: 2.0rem;      
    }

.gnav-top .en,
.gnav-location .en,
.gnav-plan .en,
.gnav-design .en,
.gnav-quality .en,
.gnav-brand .en,
.gnav-design .en,
.gnav-premium .en,
.gnav-limited .en{
    font-size: 2.4rem;
}


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


/* ボタン
-----------------------------------------------------------------*/

/* btn-base */
.btn-base a{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 400px;
	height: 60px;
	border-radius: 50px;
	/*border: 1px solid #bb9c62; */
	margin: 0 auto 30px;
	background: #bb9c62;
	color: #0a0a0e;
	font-weight: 500;
	letter-spacing: .08em;
	transition: .3s;
}
.btn-base a::after{
	position: absolute;
	right: 7%;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	content: "";
	background: #0a0a0e;
	transition: .3s;
}
.btn-base a:hover{
	background: #dcbb7d;
}
/*.btn-base a:hover{
	background: #fff;
	color: #bb9c62;
}
.btn-base a:hover::after{
	background: #bb9c62;
}*/



/* page-notes
-----------------------------------------------------------------*/
.page-notes{
	padding: 30px 0;
	font-size: 1.1rem;
}
.page-notes ul li{
	padding-left: 1em;
	text-indent: -1em;		
}
.page-notes ul li:nth-child(n+2){
	margin-top: 5px;
}
.note,
.notes{
	font-size: 1.1rem;
}


/* cont-link
-----------------------------------------------------------------*/
.cont-link{
	padding: 50px 0;
}
.cont-link-list{
	display: flex;
	border: 1px solid #bb9c62;
	width: 100%;
}
.cont-link-list li{
	position: relative;
	width: calc(100% / 6);
}
.cont-link-list li:nth-child(n+2){
	border-left: 1px solid #bb9c62;
}
.cont-link-list li.comingsoon::before{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(255,255,255,.8);	
}
.cont-link-list li.comingsoon::after{
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 12;
	transform: translateY(10px);
	width: 100%;
	content: "coming soon";
	text-align: center;
	font-size: 1.3rem;
	color: #bb9c62;
	font-family: "Cinzel", serif;
}
.cont-link-list a{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 140px;
	padding: 20px;
	transition: .3s;	
}
.cont-link-list a::after{
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	content: "";
	background: #0a0a0e;		
}
.cont-link-list a span{
	font-size: 1.8rem;
	letter-spacing: .05em;
}
.cont-link-list a:hover{
	background: #bb9c62;
}



/* clearfix
-----------------------------------------------------------------*/
.cf:after{
	clear :both;
	content: "";
	display: block;
	height: 0;
}


/*--------------------------------------------------------------------------
   Footer
---------------------------------------------------------------------------*/
.cv{
	width: 100%;
	padding:80px 0;
	text-align: center;
	background-color: #fff !important;
}
.cv h2{
	margin-bottom: 35px;
	line-height: 1;	
}
.cv h2 small{
	display: block;
	margin-bottom: 20px;
	font-size: 1.8rem;
	font-weight: normal;
	letter-spacing: .08em;
	color: #bb9c62;
}
.cv h2 span{
	display: block;
    margin-bottom: 20px;
	font-size: 2.4rem;
	letter-spacing: .15em;
    line-height: 1.3;
}
.cv h2 span.small{
	display: inline-block;
	font-size: 1.6rem;
}
.cv h2 p{
    display: block;
	font-size: 1.2rem;
	letter-spacing: .15em;
}
.cv h2 .kakko{
	display: inline-flex;
	font-size: 2.0rem;
	letter-spacing: -0.15em;
}
.cv .btn-cv a{
	max-width: 500px;
	height: 76px;
	font-size: 2rem;
	letter-spacing: .08em;
    margin-bottom: 20px;
}
/*.cv .btn-cv:nth-of-type(1) a{
    margin-bottom: 50px;
}*/


.footer{
	position: relative;
	background-color: rgba(255,255,255,1);
	width: 100%;
}
.footer .ft-cont01{
	padding: 0 20px 80px;
}
.footer .inq-box{
	display: flex;
	flex-wrap: wrap;
	max-width: 1030px;
	width: 100%;
	margin: 0 auto 100px;
}
.footer .inq-box h3{
	width: 100%;
	margin-bottom: 20px;
	letter-spacing: .08em;
	text-indent: -1.2em;
}
.footer .inq-box h3 span{
	font-size: 120%;
	line-height: 0.9;
}
.footer .inq-box .telephone{
	width: 50%;
}
.footer .inq-box .telephone h4{
	margin-bottom: 15px;
	text-indent: -0.5em;
	font-size: 1.8rem;
	letter-spacing: .1em;
}
.footer .inq-box .telephone p a{
	display: flex;
	align-items: center;
}
.footer .inq-box .telephone p a span{
	transform: translateY(-2px);
	margin-right: 10px;
}
.footer .inq-box .telephone p a strong{
	font-size: 5rem;
	letter-spacing: .02em;
	line-height: 0;
	font-weight: 500;
	color: #bb9c62;
}
.footer .inq-box .businesshour{
	width: 50%;	
}
.footer .inq-box .businesshour p{
  display: flex;  
}
.footer .inq-box .businesshour p span:first-child{
  flex-shrink: 0;  
}
.footer .inq-box .businesshour .note{
	font-size: 1.2rem;
}
.footer .co-list{
	display: flex;
	justify-content: center;
}
.footer .co-list li{
    position: relative;
	margin: 0 20px;
}
.footer .co-list li span{
    position: absolute;
    top: -20px;
    left: 10px;
    font-size: 1.2rem;
}
#Page .footer .co-list li img{
		width: auto;
		height: 56px;
	}

.footer .ft-cont02{
	padding: 80px 20px 35px;
	background: #f6f6f6;
}
.footer .ft-link-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto 50px;		
}
.footer .ft-link-list li{
	margin: 0 20px 15px;	
}
.footer .ft-link-list li a{
	font-size: 1.2rem;
	transition: .3s;	
}
.footer .ft-link-list li a:hover{
	opacity: 1;	
}

.footer .cont-recommend{
	max-width: 764px;
	margin: 0 auto 85px;
}
.footer .cont-recommend h3{
	margin-bottom: 30px;
	text-align: center;
	font-size: 1.8rem;
	letter-spacing: .08em;
	font-weight: 500;
}
.footer .reccomend-slider .recommend-item{
	padding: 0 7px;
}
.footer .reccomend-slider .recommend-item  a{
	transition: .3s;	
}
.footer .reccomend-slider .recommend-item a:hover{
	opacity: .7;
}

.footer .copyright{
	font-size: 1.2rem;
	text-align: center;
	color: #999;
	letter-spacing: .08em;
}

#ftFixedNav{
	display: none;
}













@media screen and (max-width: 1140px) {
#Gnav .pic-area img{
	width: auto;
	height: auto;
}   
}

@media screen and (max-width: 1080px) {
.gnav .gnav-util ul li{
  width: 48%;
  margin: 10px 1% 0;
  text-align: center;
}
}


@media screen and (max-width: 820px) {
.footer .inq-box .telephone{
	width: 100%;
}
.footer .inq-box .businesshour {
    width: 100%;
}
}










/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  
	#Page {
		min-width: 320px;	
	}
	
	img{
		width: 100%;
		height: auto;
	}
	
	.pc{
		display: none;	
	}
	.sp{
		display: block;	
	}
	img.sp,
	br.sp{
		display: inline;
	}
	.tel-link {
			pointer-events: auto;
	}
    
    
    #page_top{
        width: 100%;
        height: 25px;
        position: fixed;
        left: 0;
        bottom: 0;
        background: #666;
        opacity: 0.8;
    }
    #page_top a{
        position: relative;
        display: block;
        width: 100%;
        height: 25px;
        text-decoration: none;
    }
    #page_top a::before{
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        content: '\f106';
        font-size: 25px;
        color: #fff;
        position: absolute;
        width: 25px;
        height: 20px;
        top: -25px;
        bottom: 0;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        margin: auto;
        text-align: center;
    }
	
	#visitor .gnav {
    padding: 100px 0 30px !important;
    }
	
/*--------------------------------------------------------------------------
   Container
---------------------------------------------------------------------------*/
	.inner{
		max-width: none;	
	}


/*--------------------------------------------------------------------------
   header
---------------------------------------------------------------------------*/
	.header .logo{
		width: 150px;
		margin: 15px;	
	}
	.header .btn-trigger{
		width: 75px;
		height: 68px;
		line-height: 1;
	}
	.header .btn-trigger span{
		left: 15px;
		width: 50px;
	}
	.header .btn-trigger span:nth-child(1){
		top: 21px;
	}
	.header .btn-trigger span:nth-child(2){
		top: 31px;
	}
	.header .btn-trigger.open span:nth-child(1){
		transform: rotate(25deg) translateY(5px);
	}
	.header .btn-trigger.open span:nth-child(2){
		transform: rotate(-25deg) translateY(-5px);
	}
	.header .btn-trigger small{
		top: 45px;
	}


/* ---------------------------------------------------------------------------
			#Gnav	
				グローバルナビゲーション
--------------------------------------------------------------------------- */
  .header .gnav-logo{
    display: block;
   	width: 150px;
    margin: 15px;	 
  }
	#Gnav .gnav-wrapper{
		display: block;	
	}
	#Gnav .nav-area{
		width: 100%;
	}
    #Gnav .nav-area .pic_cap{
    display: none;
    }
	#Gnav .pic-area{
		display: none;
	}
	.gnav{
		padding: 50px 0 30px;
	}
	.gnav > li{
		position: relative;
		padding: 5px 5vw;	
	}
	.gnav > li ul{
		display: flex;
		flex-wrap: wrap;
		padding-left: 2.3em;
	}
	.gnav > li ul li{
		width: 50%;
		margin-right: 0;
	}
  .gnav > li ul li a{
   margin-bottom: 8px;
   font-size: 1.5rem; 
  }
  .gnav > li.comingsoon .txt-comingsoon{
    right: 20px;
    color: #bb9c62; 
  }
  /*.gnav > li.comingsoon .txt-comingsoon::before{
    display: none;
  }*/
  .gnav .gnav-util ul{
    margin-top: 20px;
    padding-left: 0;
  }
  .gnav .gnav-util ul li{
	width: 100%;
    margin: 0 5%;
    text-align: center; 
  }
  .gnav .gnav-util ul li a{
    font-size: 1.8rem;      
    }

	.gnav+.btn-cv,
    .gnav+.btn-cv+.btn-cv{
		padding: 0 30px 30px;
	}

  .indent{
	padding-left:2em;
	text-indent:-1em;	
	}

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


/* ボタン
-----------------------------------------------------------------*/

/* btn-base */
	.btn-base a{
		max-width: 320px;
		height: 55px;
        margin: 0 auto;
	}
	.btn-base a:hover{
		background: #bb9c62;
	}



/* page-notes
-----------------------------------------------------------------*/
	.page-notes{
		padding: 20px 0;
		font-size: 1rem;
	}
	.note,
	.notes{
		font-size: 1rem;
	}


/* cont-link
-----------------------------------------------------------------*/
	.cont-link{
		padding: 30px 0;
	}
	.cont-link-list{
		display: block;
	}
	.cont-link-list li{
		width: 100%;
	}
	.cont-link-list li:nth-child(n+2){
		border-top: 1px solid #bb9c62;
		border-left: none;
	}
	.cont-link-list li.comingsoon::before{
		position: absolute;
		left: 0;
		top: 0;
		z-index: 10;
		display: block;
		width: 100%;
		height: 100%;
		content: "";
		background: rgba(255,255,255,.8);	
	}
	.cont-link-list li.comingsoon::after{
		transform: translateY(-50%);
		padding-left: 5em;
		font-size: 1.2rem;
	}
	.cont-link-list li.comingsoon a{
		padding-right: 5em;
	}
	.cont-link-list a{
		height: 60px;
		padding: 10px;
	}
	.cont-link-list a span{
		font-size: 1.6rem;
	}
	.cont-link-list a:hover{
		background: #fff;
	}
	

/*--------------------------------------------------------------------------
   Footer
---------------------------------------------------------------------------*/
	.cv{
		padding:50px 0;
		text-align: center;
	}
	.cv h2{
		margin-bottom: 20px;
        line-height: 1.3em;
	}
	.cv h2 small{
		margin-bottom: 20px;
		font-size: 1.8rem;
        
	}
	.cv h2 span{
		font-size: 1.8rem;
	}
	.cv h2 span.small{
		display: inline-block;
		font-size: 1.4rem;
		margin-bottom: 5px;
	}
	.cv h2 .kakko{
		font-size: 1.5rem;
	}
	.cv .btn-cv a{
		max-width: 320px;
		height: 55px;
		font-size: 1.6rem;
	}
        
	.footer .ft-cont01{
		padding: 30px 20px 60px;
	}
	.footer .inq-box{
		display: block;
		margin: 0 auto 50px;
		padding: 0 5px;
	}
	.footer .inq-box h3{
		font-size: 1.5rem;
	}
	.footer .inq-box .telephone{
		width: 100%;
		margin-bottom: 20px;
	}
	.footer .inq-box .telephone h4{
		font-size: 1.6rem;
	}
	.footer .inq-box .telephone p a span{
		width: 42px;
		transform: translateY(0);
		margin-right: 5px;
	}
	.footer .inq-box .telephone p a strong{
		font-size: 3.6rem;
	}
	.footer .inq-box .businesshour{
		width: 100%;
		font-size: 1.3rem;	
	}
  .footer .inq-box .businesshour p span:first-child{
    width: 5em; 
  }
	.footer .inq-box .businesshour .note{
		font-size: 1.1rem;
	}
	.footer .co-list{
		flex-wrap: wrap;
	}
	.footer .co-list li{
		width: 50%;
		margin: 0;
		text-align: center;
	}
    .footer .co-list li span{
    position: absolute;
    top: -12px;
    left: 10%;
    font-size: 1.0rem;
}
	.footer .co-list li:nth-child(n+3),
    .footer .co-list li:nth-child(n+5){
		margin-top: 10px;
	}
	#Page .footer .co-list li img{
		width: auto;
		height: 38px;
	}
	
	.footer .ft-cont02{
		padding: 60px 20px;
	}
	.footer .ft-link-list{
		display: block;
		margin: 0 auto 40px;		
	}
	.footer .ft-link-list li{
		margin: 0 0 10px;
		text-align: center;	
	}
	.footer .ft-link-list li a:hover{
		opacity: 1;	
	}
	
	.footer .cont-recommend{
		max-width: none;
		width: calc(100% + 40px);
		margin: 0 0 60px -20px;
	}
	.footer .cont-recommend h3{
		margin-bottom: 20px;
		font-size: 1.6rem;
	}
  
  .footer .reccomend-slider{
    position: relative; 
  }
  .footer .reccomend-slider::before,
  .footer .reccomend-slider::after{
    position:absolute;
    top: 0;
    z-index: 80;
    display: block;
    content: "";
    width: 15%;
    height: 100%;
    background: #fff; 
  }
  .footer .reccomend-slider::before{
    left: 0;
    background: linear-gradient(90deg, rgba(255,255,255,1) 45%, rgba(255,255,255,0) 100%);   
  }
  .footer .reccomend-slider::after{
    right: 0;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 45%); 
  }
	.footer .reccomend-slider .recommend-item{
		padding: 0 7px;
	}
	.footer .reccomend-slider .recommend-item a:hover{
		opacity: 1;
	}
  
  .footer .reccomend-slider .slick-prev,
  .footer .reccomend-slider .slick-next{
    top: 50%;
    z-index: 100;
    display: block;
    width: 24px;
    height: 24px;
  }
  .footer .reccomend-slider .slick-prev{
    left: 12%;
    background: url(../../img/common/btn_slide_prev.svg) no-repeat;
    background-size: 100% auto;
    transform: translate(-100%, -50%);
  }
  .footer .reccomend-slider .slick-next{
    right: 12%;
    background: url(../../img/common/btn_slide_next.svg) no-repeat;
    background-size: 100% auto; 
    transform: translate(100%, -50%);  
  }
	
	.footer .copyright{
		font-size: 1rem;
	}
	
	#ftFixedNav{
		position: fixed;
		left: 0;
		bottom: 25px;
    z-index: 9000;
		display: block;
		width: 100%;
	}
	#ftFixedNav ul{
		display: flex;
		
	}
	#ftFixedNav ul li{
		width: calc(100% /4);
		padding: 10px 1px; 
	}
 	#ftFixedNav ul li a{
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 38px;
		background: #bb9c62;
		border-radius: 30px;
		text-align: center;
		font-size: 1.2rem;
	}
	#ftFixedNav ul li a img{
		width: 18px;
		margin-right: 5px;
		color: #000;
	}
	

	#ftFixedNav2{
		position: fixed;
		left: 0;
		bottom: 25px;
    z-index: 9000;
		display: block;
		width: 100%;
	}
	#ftFixedNav2 ul{
		display: flex;
		
	}
	#ftFixedNav2 ul li{
		width: calc(100% /2);
		padding: 10px 5px; 
	}
 	#ftFixedNav2 ul li a{
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 38px;
		background: #bb9c62;
		border-radius: 30px;
		text-align: center;
		font-size: 1.2rem;
	}
	
	
	#ftFixedNav3{
		position: fixed;
		left: 0;
		bottom: 25px;
    z-index: 9000;
		display: block;
		width: 100%;
	}
	#ftFixedNav3 ul{
		display: flex;
		
	}
	#ftFixedNav3 ul li{
		width: calc(100% /2);
		padding: 5px 5px; 
	}
 	#ftFixedNav3 ul li a{
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 50px;
		background: #bb9c62;
		border-radius: 30px;
		text-align: center;
		font-size: 1.2rem;
	}


}


